emojis property

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

Custom emojis in the body.

Implementation

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