hotdayResultFromJson function

HotdayResult hotdayResultFromJson(
  1. String str
)

Implementation

HotdayResult hotdayResultFromJson(String str) => HotdayResult.fromJson(json.decode(str));