toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  'artifact': artifact,
  if (execution.isNotDefault) 'execution': execution,
  if (eventTime case final eventTime?) 'eventTime': eventTime.toJson(),
  'type': type.toJson(),
  if (labels.isNotDefault) 'labels': labels,
};