IMessageMultiselectOption class abstract

Constructors

IMessageMultiselectOption()

Properties

client INyxx
Reference to INyxx.
read-only
description String?
Additional description for option
read-only
emoji IMessageComponentEmoji?
Additional emoji that is displayed before label
read-only
hashCode int
The hash code for this object.
read-onlyinherited
isDefault bool
True of option will be preselected in UI
read-only
label String
Option label
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String
Value of option
read-only

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