mutes property

  1. @JsonKey(includeIfNull: false)
List<Mute> mutes
final

List of users muted by the user.

Implementation

@JsonKey(includeIfNull: false)
final List<Mute> mutes;