currency property

String? currency

Implementation

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

Implementation

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