IEmbedAuthor class Null safety
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- iconProxyUrl → String?
-
Proxied icon url
read-only
- iconUrl → String?
-
Url to author's url
read-only
- name → String?
-
Name of embed author
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url → String?
-
Url to embed author
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toBuilder(
) → EmbedAuthorBuilder -
Returns instance of Builder with current data
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited