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