UListPurpose.knownValue constructor

const UListPurpose.knownValue({
  1. required KnownListPurpose data,
})

Implementation

const factory UListPurpose.knownValue({
  required KnownListPurpose data,
}) = UListPurposeKnownValue;