underlyingSymbolInfo property

  1. @override
String? get underlyingSymbolInfo
override

The underlying symbol when symbolInfo is a derivative (option or future). Null when symbolInfo is itself the underlying (equity or index).

Same JSON shape as symbolInfo.

Implementation

@override
String? get underlyingSymbolInfo => _underlyingSymbolInfo;