toJson method

Map<String, dynamic> toJson()

Implementation

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