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