TautulliServerInfo constructor

TautulliServerInfo({
  1. String? name,
  2. String? machineIdentifier,
  3. String? host,
  4. int? port,
  5. String? version,
})

Implementation

TautulliServerInfo({
    this.name,
    this.machineIdentifier,
    this.host,
    this.port,
    this.version,
});