CorePlugin class

Core plugin that provides basic components

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the plugin
no setteroverride
priority int
Priority for initialization order (lower numbers initialize first)
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize() → void
Initialize the plugin
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerComponents() → void
Register components provided by this plugin
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CorePlugin
Singleton instance
final