Step.fromRawJson constructor

Step.fromRawJson(
  1. String str
)

Implementation

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