ViewerConfigRole.knownValue constructor

const ViewerConfigRole.knownValue({
  1. required KnownViewerConfigRole data,
})

Implementation

const factory ViewerConfigRole.knownValue({
  required KnownViewerConfigRole data,
}) = ViewerConfigRoleKnownValue;