ServerInfo constructor

ServerInfo({
  1. required int type,
  2. required String name,
  3. String? extra,
})

Implementation

ServerInfo({required this.type, required this.name, this.extra});