Server constructor

Server({
  1. required String configPath,
  2. String? debugLabel,
})

Implementation

Server({required this.configPath, this.debugLabel});