toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountId != null) 'accountId': accountId!,
  if (accountLevelIssues != null) 'accountLevelIssues': accountLevelIssues!,
  if (accountManagement != null) 'accountManagement': accountManagement!,
  if (kind != null) 'kind': kind!,
  if (products != null) 'products': products!,
  if (websiteClaimed != null) 'websiteClaimed': websiteClaimed!,
};