CommandBuilder class

Constructors

CommandBuilder()

Properties

autoComplete bool?
getter/setter pair
autoCompleteDesc String?
getter/setter pair
autoCompleteHint String?
getter/setter pair
createAt int?
getter/setter pair
creatorId String?
getter/setter pair
deleteAt int?
getter/setter pair
description String?
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
getter/setter pair
id String?
getter/setter pair
method String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
getter/setter pair
token String?
getter/setter pair
trigger String?
getter/setter pair
updateAt int?
getter/setter pair
url String?
getter/setter pair
username String?
getter/setter pair

Methods

build() → _$Command
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Command other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(CommandBuilder)?) → void
Applies updates.
override

Operators

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