MessageDecoration class

Specifies formatting of String appended with MessageBuilder

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Returns value of enum
no setterinherited

Methods

format(Object text) String
Creates formatted string
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

bold → const MessageDecoration
Bold text is surrounded with **
codeLong → const MessageDecoration
Multiline code block is surrounded with `````
codeSimple → const MessageDecoration
Inline code text is surrounded with ```
italics → const MessageDecoration
Italic text is surrounded with *
spoiler → const MessageDecoration
Spoiler text is surrounded with ||. In discord client will render as clickable box to reveal text.
strike → const MessageDecoration
Strike text is surrounded with ~~
underline → const MessageDecoration
Underlined text is surrounded with __