ControlProvider class

Inheritance

Constructors

ControlProvider()

Properties

entries Map
no setteroverride
factories Map<Type, InitFactory>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setterinherited
key Type
no setteroverride
module ControlProvider
getter/setter pairinherited-setteroverride-getter
preInit bool
no setterinherited
priority int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subModules Map<Type, InitFactory>
no setterinherited

Methods

compareTo(ControlModule other) int
Compares this object to another object.
inherited
getInactiveSubmodules(ControlFactory factory, {Map? args}) List<ControlModule>
inherited
init() Future
override
initModule() → void
inherited
initStore(ControlFactory factory, {bool includeSubModules = false}) → void
inherited
initWithSubModules(ControlFactory factory, {Map? args}) Future
inherited
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