status property
Hosting status of the account. If not specified, then assume 'active'.
Implementation
String get accessJwt; String get refreshJwt; String get handle; String get did; Map<String, dynamic>? get didDoc; String? get email; bool? get emailConfirmed; bool? get emailAuthFactor; bool? get active;/// Hosting status of the account. If not specified, then assume 'active'.
@ServerRefreshSessionStatusConverter() ServerRefreshSessionStatus? get status;