toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountAggregation != null) 'accountAggregation': accountAggregation!,
  if (accountManagement != null) 'accountManagement': accountManagement!,
  if (campaignsManagement != null)
    'campaignsManagement': campaignsManagement!,
  if (externalAccountId != null) 'externalAccountId': externalAccountId!,
  if (handshake != null) 'handshake': handshake!,
  if (localListingManagement != null)
    'localListingManagement': localListingManagement!,
  if (mutability != null) 'mutability': mutability!,
  if (name != null) 'name': name!,
  if (productsManagement != null) 'productsManagement': productsManagement!,
  if (provider != null) 'provider': provider!,
  if (providerDisplayName != null)
    'providerDisplayName': providerDisplayName!,
};