primaryCurrency property

String? get primaryCurrency

Implementation

String? get primaryCurrency => _$this._primaryCurrency;
set primaryCurrency (String? primaryCurrency)

Implementation

set primaryCurrency(String? primaryCurrency) =>
    _$this._primaryCurrency = primaryCurrency;