AFConfigEntries class
Constants used to specify values in xxx_config.g.dart
The values associated with these definitions are available via AFibD.config. You can register your own configuration values using AFBaseExtensionContext.registerConfigurationItem.
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- absoluteBaseYear → AFConfigurationItemInt
- 
  Used to specify the year from which AFTimeState 'absolute' values are measured.
  final
- appNamespace → AFConfigurationItemOption
- 
  A two or three character value which is used as the namespace for app-specific
commands, and also the prefix on certain app-specific classs names.
  final
- baseSimulatedLatency → AFConfigurationItemInt
- 
  
  final
- enableGenerateAugment → AFConfigurationItemTrueFalse
- 
  
  final
- environment → AFConfigEntryEnvironment
- 
  Used to indicate an environment from AFEnvironment
  final
- forceDarkMode → AFConfigurationItemTrueFalse
- 
  Used to start the app in dark mode, rather than having to configure the device/emulator for
dark mode.
  final
- generateBeginnerComments → AFConfigurationItemTrueFalse
- 
  Determines whehter afib.dart generate ... will include helpful comments for beginners
in generated files.
  final
- generatedFileHeader → AFConfigurationItemString
- 
  
  final
- generateUIPrototypes → AFConfigurationItemTrueFalse
- 
  Determines whehter afib.dart generate ... will include helpful comments for beginners
in generated files.
  final
- logsEnabled → AFConfigEntryLogArea
- 
  Used to turn on debug logging that may be useful in finding problems in
the Afib framework, off by default.
  final
- packageName → AFConfigurationItemOption
- 
  The name of the package for the app.
  final
- strictTranslationMode → AFConfigurationItemTrueFalse
- 
  
  final
- testOrientation → AFConfigEntryTestOrientation
- 
  
  final
- testsEnabled → AFConfigEntryEnabledTests
- 
  Specify a list of test categories, ids or tags.  This is used automatically in
test/afib/afib_test_config.g.dart
  final
- testSize → AFConfigEntryTestSize
- 
  The size of the screen for command line tests.
  final
- testsRecent → AFConfigEntryRecentTests
- 
  
  final
- widgetTesterContext → AFConfigurationItemTrueFalse
- 
  
  final
Constants
- afNamespace → const String
- The namespace Afib uses for its native commands, configuration values, etc.
- afNamespaceSeparator → const String
- widgetTesterContextKey → const String
- Set to true only when running under a flutter WidgetTester test.