toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (assetId != null) 'assetId': assetId!,
  if (name != null) 'name': name!,
  if (targetingTemplateId != null)
    'targetingTemplateId': targetingTemplateId!,
};