toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final assetId = this.assetId;
  final name = this.name;
  final targetingTemplateId = this.targetingTemplateId;
  return {
    'assetId': ?assetId,
    'name': ?name,
    'targetingTemplateId': ?targetingTemplateId,
  };
}