toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  if (exportFormatId.isNotDefault) 'exportFormatId': exportFormatId,
  'artifactDestination': ?artifactDestination?.toJson(),
  'imageDestination': ?imageDestination?.toJson(),
};