SourceIdentity constructor

const SourceIdentity({
  1. required String target,
  2. required String sourcePackage,
  3. required String sourceAdapter,
  4. required String compatibilityId,
})

Implementation

const SourceIdentity({
  required this.target,
  required this.sourcePackage,
  required this.sourceAdapter,
  required this.compatibilityId,
});