simplePriceBtcResponseToJson function Null safety

String simplePriceBtcResponseToJson(
  1. SimplePriceBtcResponse data
)

Implementation

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