MineralContext mixin

Properties

client MineralClient
Represents your Discord application, the client is null until the ReadyEvent is issued
no setter
environment → EnvironmentContract
Access point to the environment variables of your application
no setter
hashCode int
The hash code for this object.
no setterinherited
plugins ↔ PluginServiceContract
Access point to the registered plugins
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states → MineralStateContract
Access point to shared reports within your application
no setter

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