simplePriceMxnResponseToJson function Null safety

String simplePriceMxnResponseToJson(
  1. SimplePriceMxnResponse data
)

Implementation

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