simplePricePhpResponseToJson function Null safety

String simplePricePhpResponseToJson(
  1. SimplePricePhpResponse data
)

Implementation

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