PipelineState.fromJson constructor

PipelineState.fromJson(
  1. Object? json
)

Implementation

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