PrefsAnnotation constructor

const PrefsAnnotation(
  1. Map<String, Object> map, {
  2. bool changeNotifier = true,
  3. bool onlyModifier = true,
  4. bool providerExtensionMethods = false,
  5. bool toggleMethodForBoolValues = false,
})

Implementation

const PrefsAnnotation(
  this.map, {
  this.changeNotifier = true,
  this.onlyModifier = true,
  this.providerExtensionMethods = false,
  this.toggleMethodForBoolValues = false,
});