emojis property

  1. @JsonKey(defaultValue: <MastodonCustomEmoji>[])
List<MastodonCustomEmoji> emojis
final

List of custom emojis at revision time.

Implementation

@JsonKey(defaultValue: <MastodonCustomEmoji>[])
final List<MastodonCustomEmoji> emojis;