limited property

  1. @JsonKey(name: 'limited')
bool? get limited
inherited

An extra attribute returned only when an account is silenced. If true, indicates that the account should be hidden behind a warning screen.

Implementation

@JsonKey(name: 'limited')
bool? get limited => throw _privateConstructorUsedError;