EmbedBuilder class

Inheritance

Constructors

EmbedBuilder({String? title, String? description, Uri? url, DateTime? timestamp, DiscordColor? color, EmbedFooterBuilder? footer, EmbedImageBuilder? image, EmbedThumbnailBuilder? thumbnail, EmbedAuthorBuilder? author, List<EmbedFieldBuilder>? fields})

Properties

author EmbedAuthorBuilder?
getter/setter pair
color DiscordColor?
getter/setter pair
description String?
getter/setter pair
fields List<EmbedFieldBuilder>?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image EmbedImageBuilder?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail EmbedThumbnailBuilder?
getter/setter pair
timestamp DateTime?
getter/setter pair
title String?
getter/setter pair
url Uri?
getter/setter pair

Methods

build() Map<String, Object?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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