AustralianPostParams.fromJson constructor
Creates a AustralianPostParams instance from a JSON representation.
Implementation
AustralianPostParams.fromJson(Map<String, dynamic> json) {
encodingTable =
CustomerInformationInterpretingType.fromJson(json['encodingTable']);
shortBarHeight = json['shortBarHeight']?.toDouble();
}