AFibD<AppState> class

Constructors

AFibD()

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

codeGenerationOverrides → Map<AFSourceTemplateInsertion, Object>
final
config → AFConfig
Contains configuration data for the app, specific to test, production, etc.
no setter
configEntries → List<AFConfigurationItem>
final
currentWorkingDirectory → String
no setter
cwd ↔ String?
getter/setter pair
libraries → List<AFLibraryID>
final
logConfigAF → Logger?
no setter
logQueryAF → Logger?
no setter
logQueryApp → Logger?
no setter
logRouteAF → Logger?
no setter
logs → Map<String, Logger>
final
logStateAF → Logger?
no setter
logTestAF → Logger?
no setter
logThemeAF → Logger?
no setter
logUIAF → Logger?
no setter
logUIApp → Logger?
no setter
standardSizes → Map<String, AFFormFactorSize>
final

Static Methods

establishCurrentWorkingDirectory(String proposed) → void
findConfigEntry(String name) → AFConfigurationItem?
findLibraryWithPrefix(String prefix) → AFLibraryID?
findSize(String identifier) → AFFormFactorSize?
initialize<AppState>(AFDartParams? p) → void
log(String area) → Logger?
registerConfigEntry(AFConfigurationItem entry) → void
Register an entry in the configuration file.
registerDefaultConfigEntries() → void
registerGlobals() → void
registerLibrary(AFLibraryID id) → void
registerStandardSize(AFFormFactorSize size) → void
registerStandardSizes() → void
setCurrentWorkingDirectory(String current) → void