EmbedAuthor class

An image for an EmbedBuilder.

Constructors

EmbedAuthor({required String name, String? url, String? iconUrl, String? proxyIconUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
Icon url of this
getter/setter pair
name String
Name of this
getter/setter pair
proxyIconUrl String?
Proxy icon url of this
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Url of this
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
Converts the EmbedAuthor to a Map that can be serialized to JSON.
toString() String
A string representation of this object.
inherited

Operators

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