simplePriceMyrResponseToJson function Null safety

String simplePriceMyrResponseToJson(
  1. SimplePriceMyrResponse data
)

Implementation

String simplePriceMyrResponseToJson(SimplePriceMyrResponse data) =>
    json.encode(data.toJson());