toJson method

Map<String, dynamic> toJson()

Returns a JSON representation of AustralianPostParams.

Implementation

Map<String, dynamic> toJson() {
  return {'EncodingTable': encodingTable, 'ShortBarHeight': shortBarHeight};
}