toJson method

Map<String, dynamic> toJson()

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!,
    };