isLocked property

  1. @JsonKey(name: 'locked')
bool? isLocked
inherited

Whether the account manually approves follow requests.

Implementation

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