toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (conditions != null) 'conditions': conditions!,
  if (controlPlaneManagement != null)
    'controlPlaneManagement': controlPlaneManagement!,
  if (dataPlaneManagement != null)
    'dataPlaneManagement': dataPlaneManagement!,
};