simplePriceTwdResponseFromJson function

SimplePriceTwdResponse? simplePriceTwdResponseFromJson(
  1. String? str
)

Implementation

SimplePriceTwdResponse simplePriceTwdResponseFromJson(String str) =>
    SimplePriceTwdResponse.fromJson(json.decode(str));