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