historyStepInfoBeanFromJson function

HistoryStepInfoBean historyStepInfoBeanFromJson(
  1. String str
)

Implementation

HistoryStepInfoBean historyStepInfoBeanFromJson(String str) => HistoryStepInfoBean.fromJson(json.decode(str));