stockExchange property

String? get stockExchange

Implementation

String? get stockExchange => _$this._stockExchange;
set stockExchange (String? stockExchange)

Implementation

set stockExchange(String? stockExchange) =>
    _$this._stockExchange = stockExchange;