UViewerConfigRoleKnownValue constructor

const UViewerConfigRoleKnownValue({
  1. required KnownViewerConfigRole data,
})

Implementation

const factory UViewerConfigRoleKnownValue(
        {required final KnownViewerConfigRole data}) =
    _$UViewerConfigRoleKnownValueImpl;