toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => {
  'target': target,
  'sourcePackage': sourcePackage,
  'sourceAdapter': sourceAdapter,
  'sourceCompatibilityId': compatibilityId,
};