EmbedAuthor constructor

EmbedAuthor({
  1. String? name,
  2. String? url,
  3. String? iconUrl,
  4. String? proxyIconUrl,
})

Implementation

EmbedAuthor({
  this.name,
  this.url,
  this.iconUrl,
  this.proxyIconUrl,
});