NsgServerParams constructor

NsgServerParams(
  1. Map<String, String> serverGroups,
  2. String currentServer, {
  3. List<String> controlServers = const [],
})

Implementation

NsgServerParams(this.serverGroups, this.currentServer, {this.controlServers = const []});