currency property

String? get currency
override

Implementation

String? get currency => _$this._currency;
set currency (covariant String? currency)
covariantoverride

Implementation

set currency(covariant String? currency) => _$this._currency = currency;