DarwinSystemBase class abstract

Implementers
Available extensions
Annotations
  • @sealed

Constructors

DarwinSystemBase()

Properties

beanMixin DarwinSystemBeanMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
daemons List<Future>
getter/setter pair
darwinSystemModule ↔ Module
getter/setter pair
eventbus ↔ EventBus
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
injector ↔ Injector
getter/setter pair
loggingMixin DarwinSystemLoggingMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
pluginMixin DarwinSystemPluginMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
profileMixin DarwinSystemProfileMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceMixin DarwinSystemServiceMixin

Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare(DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) Future<void>
start(DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

internalInstance DarwinSystem
getter/setter pair