build method
Implementation
MessageEmbed build() {
return MessageEmbed(
title: title,
description: description,
url: url,
timestamp: timestamp,
color: color ?? Color('#000000'),
assets: MessageEmbedAssets(
image: image,
thumbnail: image,
video: image,
footer: footer,
author: author),
fields: fields);
}