OrderDetails.fromJson constructor
OrderDetails.fromJson(
- Map json_
Implementation
OrderDetails.fromJson(core.Map json_)
: this(taxInclusive: json_['taxInclusive'] as core.bool?);
OrderDetails.fromJson(core.Map json_)
: this(taxInclusive: json_['taxInclusive'] as core.bool?);