EmbedAuthor class

Author of embed. Can contain null elements.

Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
iconProxyUrl String?
Proxied icon url
getter/setter pair
iconUrl String?
Url to author's url
getter/setter pair
name String?
Name of embed author
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Url to embed author
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuilder() EmbedAuthorBuilder
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