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; bool? get active;/// Hosting status of the account. If not specified, then assume 'active'.
@ServerRefreshSessionStatusConverter() ServerRefreshSessionStatus? get status;