JobStatusState.knownValue constructor

const JobStatusState.knownValue({
  1. required KnownJobStatusState data,
})

Implementation

const factory JobStatusState.knownValue({required KnownJobStatusState data}) =
    JobStatusStateKnownValue;