historyBloodPressureBeanFromJson function

HistoryBloodPressureBean historyBloodPressureBeanFromJson(
  1. String str
)

Implementation

HistoryBloodPressureBean historyBloodPressureBeanFromJson(String str) => HistoryBloodPressureBean.fromJson(json.decode(str));