LocalinoModule class

Inheritance

Constructors

LocalinoModule(LocalinoOptions options, {bool? debug})

Properties

entries Map
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
initializers Map<Type, Initializer>
no setteroverride
isInitialized bool
no setterinherited
key Type
no setterinherited
module Localino?
getter/setter pairinherited
options LocalinoOptions
final
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, Initializer>
no setteroverride

Methods

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

Static Methods

standalone(LocalinoOptions options, {Map? args, bool? debug}) Future<bool>