ListedServer constructor

ListedServer({
  1. required String arn,
  2. EndpointType? endpointType,
  3. IdentityProviderType? identityProviderType,
  4. String? loggingRole,
  5. String? serverId,
  6. State? state,
  7. int? userCount,
})

Implementation

ListedServer({
  required this.arn,
  this.endpointType,
  this.identityProviderType,
  this.loggingRole,
  this.serverId,
  this.state,
  this.userCount,
});