AccountIssue constructor

AccountIssue({
  1. String? detail,
  2. String? documentationUri,
  3. List<ImpactedDestination>? impactedDestinations,
  4. String? name,
  5. String? severity,
  6. String? title,
})

Implementation

AccountIssue({
  this.detail,
  this.documentationUri,
  this.impactedDestinations,
  this.name,
  this.severity,
  this.title,
});