toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (addedContactInfoList != null)
    'addedContactInfoList': addedContactInfoList!,
  if (addedMobileDeviceIdList != null)
    'addedMobileDeviceIdList': addedMobileDeviceIdList!,
  if (advertiserId != null) 'advertiserId': advertiserId!,
  if (removedContactInfoList != null)
    'removedContactInfoList': removedContactInfoList!,
  if (removedMobileDeviceIdList != null)
    'removedMobileDeviceIdList': removedMobileDeviceIdList!,
};