toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (builtInVariable != null) 'builtInVariable': builtInVariable!,
if (changeStatus != null) 'changeStatus': changeStatus!,
if (client != null) 'client': client!,
if (customTemplate != null) 'customTemplate': customTemplate!,
if (folder != null) 'folder': folder!,
if (gtagConfig != null) 'gtagConfig': gtagConfig!,
if (tag != null) 'tag': tag!,
if (transformation != null) 'transformation': transformation!,
if (trigger != null) 'trigger': trigger!,
if (variable != null) 'variable': variable!,
if (zone != null) 'zone': zone!,
};