UPreferenceLabelersPref constructor

const UPreferenceLabelersPref({
  1. required LabelersPref data,
})

Implementation

const factory UPreferenceLabelersPref({required final LabelersPref data}) =
    _$UPreferenceLabelersPrefImpl;