UJobStatusState.knownValue constructor

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

Implementation

const factory UJobStatusState.knownValue({
  required KnownJobStatusState data,
}) = UJobStatusStateKnownValue;