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