simplePriceGbpResponseToJson function

String? simplePriceGbpResponseToJson(
  1. SimplePriceGbpResponse? data
)

Implementation

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