ListedServer constructor
ListedServer({
- required String arn,
- EndpointType? endpointType,
- IdentityProviderType? identityProviderType,
- String? loggingRole,
- String? serverId,
- State? state,
- int? userCount,
Implementation
ListedServer({
required this.arn,
this.endpointType,
this.identityProviderType,
this.loggingRole,
this.serverId,
this.state,
this.userCount,
});