AccountStatus constructor
AccountStatus({
- String? accountId,
- List<
AccountStatusAccountLevelIssue> ? accountLevelIssues, - String? accountManagement,
- String? kind,
- List<
AccountStatusProducts> ? products, - bool? websiteClaimed,
Implementation
AccountStatus({
this.accountId,
this.accountLevelIssues,
this.accountManagement,
this.kind,
this.products,
this.websiteClaimed,
});