AccountStatus constructor

AccountStatus({
  1. String? accountId,
  2. List<AccountStatusAccountLevelIssue>? accountLevelIssues,
  3. String? accountManagement,
  4. String? kind,
  5. List<AccountStatusProducts>? products,
  6. bool? websiteClaimed,
})

Implementation

AccountStatus({
  this.accountId,
  this.accountLevelIssues,
  this.accountManagement,
  this.kind,
  this.products,
  this.websiteClaimed,
});