ServerOptions constructor

const ServerOptions({
  1. String? clientId,
  2. Map<Type, ClientTarget<Component>>? clients,
  3. List<StyleRule> styles()?,
})

Implementation

const ServerOptions({this.clientId, this.clients, this.styles});