DisplaySettings constructor

DisplaySettings({
  1. String? displayName,
  2. String? logoUri,
  3. String? cover,
  4. String? description,
  5. String? helpDeskLink,
})

Implementation

DisplaySettings(
    {this.displayName,
      this.logoUri,
      this.cover,
      this.description,
      this.helpDeskLink});