FeatureToggleVO constructor

const FeatureToggleVO({
  1. List<FeatureToggleEntryVO>? toggles,
  2. required String uid,
  3. Map<String, String>? parent,
})

Implementation

const FeatureToggleVO({this.toggles, required this.uid, this.parent});