grossCurrency property

String? get grossCurrency

Implementation

String? get grossCurrency => _$this._grossCurrency;
set grossCurrency (String? grossCurrency)

Implementation

set grossCurrency(String? grossCurrency) =>
    _$this._grossCurrency = grossCurrency;