$LookupInvoiceCurrencyResponse.fromJson constructor
$LookupInvoiceCurrencyResponse.fromJson(
- Map json_
Implementation
$LookupInvoiceCurrencyResponse.fromJson(core.Map json_)
: this(
currencyCode: json_.containsKey('currencyCode')
? json_['currencyCode'] as core.String
: null,
);