toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  'context': context,
  if (artifacts.isNotDefault) 'artifacts': artifacts,
  if (executions.isNotDefault) 'executions': executions,
};