JobState.fromJson constructor

JobState.fromJson(
  1. Object? json
)

Implementation

factory JobState.fromJson(Object? json) => JobState(json as String);