Step.fromRawJson constructor
Step.fromRawJson(
- String str
Implementation
factory Step.fromRawJson(String str) => Step.fromJson(json.decode(str));
factory Step.fromRawJson(String str) => Step.fromJson(json.decode(str));