simplePricePhpResponseToJson function

String? simplePricePhpResponseToJson(
  1. SimplePricePhpResponse? data
)

Implementation

String simplePricePhpResponseToJson(SimplePricePhpResponse data) =>
    json.encode(data.toJson());