CommandExecuted class

Inheritance

Constructors

CommandExecuted({required String command, required Context context, List<String>? arguments, String? description, bool isHook = false, String? error})

Properties

arguments List<String>
final
command String
final
context Context
final
description String?
final
error String?
final
hashCode int
The hash code for this object.
no setteroverride
isHook bool
final
path String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compile() String
Compiles the command. Returns the command ready for execution.
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.
override