toJson method

  1. @override
Object toJson()
override

Implementation

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