simplePriceMyrResponseToJson function

String? simplePriceMyrResponseToJson(
  1. SimplePriceMyrResponse? data
)

Implementation

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