Embed class

A message embed. Can contain null elements.

Implemented types

Properties

author EmbedAuthor?
Embed author
getter/setter pair
color DiscordColor?
Color of embed
getter/setter pair
description String?
The embed's description.
getter/setter pair
fields List<EmbedField>
Map of fields of embed. Map(name, field)
latefinal
Embed's footer
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
image EmbedThumbnail?
Embed image
getter/setter pair
provider EmbedProvider?
The embed's provider, if any.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail EmbedThumbnail?
The embed's thumbnail, if any.
getter/setter pair
timestamp DateTime?
Timestamp of embed content
getter/setter pair
title String?
The embed's title.
getter/setter pair
type String?
The embed's type
getter/setter pair
url String?
The embed's URL
getter/setter pair
video EmbedVideo?
Embed video
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuilder() EmbedBuilder
Returns instance of Builder with current data
override
toString() String
Returns a string representation of this object.
override

Operators

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