EmbedFooterBuilder class

Build new instance of Embed's footer

Inheritance

Constructors

EmbedFooterBuilder({String? iconUrl, String? text})
Create empty EmbedFooterBuilder

Properties

hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
Url of footer icon. Supports only http(s) for now
getter/setter pair
length int?
Length of footer
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Footer text
getter/setter pair

Methods

build() RawApiMap
Builds object to Map() instance;
override
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