EmbedFooter class Null safety
Embed's footer. Can contain null elements.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- iconProxyUrl ↔ String?
-
Proxied url of icon url
read / write, final, late
- iconUrl ↔ String?
-
Url of icon which is next to text
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- text ↔ String?
-
Text inside footer
read / write, final, late
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toBuilder(
) → EmbedFooterBuilder -
Returns instance of Builder with current data
override
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override