toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountId != null) 'accountId': accountId!,
  if (internalWebPropertyId != null)
    'internalWebPropertyId': internalWebPropertyId!,
  if (profileId != null) 'profileId': profileId!,
  if (profileName != null) 'profileName': profileName!,
  if (tableId != null) 'tableId': tableId!,
  if (webPropertyId != null) 'webPropertyId': webPropertyId!,
};