EmbedFooter class

Embed's footer. Can contain null elements.

Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
iconProxyUrl String?
Proxied url of icon url
latefinal
iconUrl String?
Url of icon which is next to text
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Text inside footer
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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