stepInfoBeanFromJson function

StepInfoBean stepInfoBeanFromJson(
  1. String str
)

Implementation

StepInfoBean stepInfoBeanFromJson(String str) => StepInfoBean.fromJson(json.decode(str));