toJson method
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,
};