mentions property

  1. @JsonKey(defaultValue: [])
List<MastodonMention> mentions
final

Mentions in the body.

Implementation

@JsonKey(defaultValue: [])
final List<MastodonMention> mentions;