NiddlerServerInfo constructor

NiddlerServerInfo(
  1. String name,
  2. String description, {
  3. String? icon,
})

Implementation

NiddlerServerInfo(this.name, this.description, {this.icon});