TautulliServer constructor

TautulliServer({
  1. bool? httpsRequired,
  2. bool? local,
  3. String? clientIdentifier,
  4. String? label,
  5. String? ipAddress,
  6. int? port,
  7. String? uri,
  8. String? value,
  9. bool? isCloud,
})

Implementation

TautulliServer({
    this.httpsRequired,
    this.local,
    this.clientIdentifier,
    this.label,
    this.ipAddress,
    this.port,
    this.uri,
    this.value,
    this.isCloud,
});