MastodonCustomEmoji constructor
Implementation
const MastodonCustomEmoji({
required this.shortcode,
required this.url,
required this.staticUrl,
required this.visibleInPicker,
this.category,
});
const MastodonCustomEmoji({
required this.shortcode,
required this.url,
required this.staticUrl,
required this.visibleInPicker,
this.category,
});