historyStressInfoBeanFromJson function

HistoryStressInfoBean historyStressInfoBeanFromJson(
  1. String str
)

Implementation

HistoryStressInfoBean historyStressInfoBeanFromJson(String str) => HistoryStressInfoBean.fromJson(json.decode(str));