simplePricePlnResponseToJson function Null safety
Implementation
String simplePricePlnResponseToJson(SimplePricePlnResponse data) =>
json.encode(data.toJson());
String simplePricePlnResponseToJson(SimplePricePlnResponse data) =>
json.encode(data.toJson());