toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  'parent': parent,
  if (artifact case final artifact?) 'artifact': artifact.toJson(),
  if (artifactId.isNotDefault) 'artifactId': artifactId,
};