toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (autoAdsEnabled != null) 'autoAdsEnabled': autoAdsEnabled!,
  if (domain != null) 'domain': domain!,
  if (name != null) 'name': name!,
  if (reportingDimensionId != null)
    'reportingDimensionId': reportingDimensionId!,
  if (state != null) 'state': state!,
};