simplePriceTwdResponseFromJson function Null safety

SimplePriceTwdResponse simplePriceTwdResponseFromJson(
  1. String str
)

Implementation

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