toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (artifact != null) 'artifact': artifact!,
      if (eventTime != null) 'eventTime': eventTime!,
      if (execution != null) 'execution': execution!,
      if (labels != null) 'labels': labels!,
      if (type != null) 'type': type!,
    };