isDiscoverable property

  1. @JsonKey(name: 'discoverable')
bool? isDiscoverable
inherited

Whether the account has opted into discovery features such as the profile directory.

Implementation

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