EmbedFooter constructor

EmbedFooter({
  1. required String text,
  2. String? iconUrl,
  3. String? proxyIconUrl,
})

Implementation

EmbedFooter({
  required this.text,
  this.iconUrl,
  this.proxyIconUrl,
});