toJson method

Object toJson()

Converts the EmbedFooter to a JSON object.

Implementation

Object toJson () => {
  'text': text,
  'icon_url': iconUrl,
  'proxy_icon_url': proxyIconUrl,
};