simplePriceGbpResponseToJson function Null safety

String simplePriceGbpResponseToJson(
  1. SimplePriceGbpResponse data
)

Implementation

String simplePriceGbpResponseToJson(SimplePriceGbpResponse data) =>
    json.encode(data.toJson());