Desktop constructor

Desktop({
  1. TemplateId? templateId,
  2. String? content,
  3. String? display,
  4. Json? json,
  5. String? key,
  6. String? url,
})

Implementation

Desktop(
    {this.templateId,
    this.content,
    this.display,
    this.json,
    this.key,
    this.url});