simplePriceMxnResponseToJson function

String? simplePriceMxnResponseToJson(
  1. SimplePriceMxnResponse? data
)

Implementation

String simplePriceMxnResponseToJson(SimplePriceMxnResponse data) =>
    json.encode(data.toJson());