DCFPlugin class abstract

Base class for DCFlight plugins

Implementers

Constructors

DCFPlugin()

Properties

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

Methods

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

Operators

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