extraCostsCurrency property

String? get extraCostsCurrency

Implementation

String? get extraCostsCurrency => _$this._extraCostsCurrency;
set extraCostsCurrency (String? extraCostsCurrency)

Implementation

set extraCostsCurrency(String? extraCostsCurrency) =>
    _$this._extraCostsCurrency = extraCostsCurrency;