currency property

String? get currency

Implementation

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

Implementation

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