IEmbed class abstract

Implemented types

Constructors

IEmbed()

Properties

author IEmbedAuthor?
Embed author
no setter
color DiscordColor?
Color of embed
no setter
description String?
The embed's description.
no setter
fields List<IEmbedField>
Map of fields of embed. Map(name, field)
no setter
Embed's footer
no setter
hashCode int
The hash code for this object.
no setterinherited
image IEmbedThumbnail?
Embed image
no setter
provider IEmbedProvider?
The embed's provider, if any.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail IEmbedThumbnail?
The embed's thumbnail, if any.
no setter
timestamp DateTime?
Timestamp of embed content
no setter
title String?
The embed's title.
no setter
type String?
The embed's type
no setter
url String?
The embed's URL
no setter
video IEmbedVideo?
Embed video
no setter

Methods

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