simplePriceBtcResponseToJson function

String? simplePriceBtcResponseToJson(
  1. SimplePriceBtcResponse? data
)

Implementation

String simplePriceBtcResponseToJson(SimplePriceBtcResponse data) =>
    json.encode(data.toJson());