simplePricePlnResponseToJson function Null safety

String simplePricePlnResponseToJson(
  1. SimplePricePlnResponse data
)

Implementation

String simplePricePlnResponseToJson(SimplePricePlnResponse data) =>
    json.encode(data.toJson());