TideCommandService class

The command service that is created when Tide is initialized. To use a different command service, create a class that extends TideCommandService and register it before Tide is initialized.

Constructors

TideCommandService()

Properties

hashCode int
The hash code for this object.
no setterinherited
registry TideCommandRegistry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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