toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (plugins != null) 'plugins': plugins!,
if (properties != null) 'properties': properties!,
if (resourceGroupsCount != null)
'resourceGroupsCount': resourceGroupsCount!,
if (variables != null) 'variables': variables!,
};