AppConfigState constructor

AppConfigState({
  1. bool $enabled = false,
  2. Map<String, dynamic> $config = const {},
})

Implementation

AppConfigState({
  this.$enabled = false,
  this.$config = const {},
});