Kernel class

Mixed in types

Constructors

Kernel({required IntentService intents, EventService? events, CommandService? commands, SharedStateService? states, PackageService? packages, ContextMenuService? contextMenus})

Properties

cli → MineralCliContract
final
commands CommandService
getter/setter pair
container → Ioc
Service manager including the core components of the Mineral framework
no setterinherited
contextMenus ↔ ContextMenuService
getter/setter pair
events EventService
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intents IntentService
final
packages PackageService
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states SharedStateService
getter/setter pair

Methods

defineConsoleTheme(Theme theme) → void
init() Future<void>
loadConsole() → void
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