futureSymbols property
override
Future contracts for the underlying symbol.
Same JSON shape as optionSymbols (array of symbol objects).
Return null or "[]" when no futures are associated.
Implementation
@override
String? get futureSymbols => _futureSymbols;