AppstreamIssue constructor

const AppstreamIssue(
  1. String id, {
  2. AppstreamIssueType type = AppstreamIssueType.generic,
  3. String? url,
})

Implementation

const AppstreamIssue(this.id,
    {this.type = AppstreamIssueType.generic, this.url});