JobState.fromJson constructor

JobState.fromJson(
  1. String json
)

Implementation

factory JobState.fromJson(String json) => JobState(json);