simplePriceTwdResponseToJson function

String? simplePriceTwdResponseToJson(
  1. SimplePriceTwdResponse? data
)

Implementation

String simplePriceTwdResponseToJson(SimplePriceTwdResponse data) =>
    json.encode(data.toJson());