TautulliNewsletter constructor

TautulliNewsletter({
  1. int? id,
  2. int? agentId,
  3. String? agentName,
  4. String? agentLabel,
  5. String? friendlyName,
  6. String? cron,
  7. bool? active,
})

Implementation

TautulliNewsletter({
    this.id,
    this.agentId,
    this.agentName,
    this.agentLabel,
    this.friendlyName,
    this.cron,
    this.active,
});