EmbedAuthorBuilder class

Build new instance of author which can be used in EmbedBuilder

Inheritance

Constructors

EmbedAuthorBuilder({String? iconUrl, String? name, String? url})
Create empty EmbedAuthorBuilder

Properties

hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
Author icon url
getter/setter pair
length int?
Returns length of embeds author section
no setter
name String?
Author name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Author url
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