Command class Null safety

Constructors

Command({required String name, required String description, required String scope, bool? everyone, bool? dmChannel})
const

Properties

description String
final
dmChannel bool?
final
everyone bool?
final
hashCode int
The hash code for this object.
read-only, inherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scope String
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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