MergeContract constructor

const MergeContract({
  1. String version = 'v1',
  2. String? path,
  3. String? label,
  4. String? comment,
  5. List<IriTerm> imports = const [MergeContracts.coreV1],
})

Implementation

const MergeContract({
  this.version = 'v1',
  this.path,
  this.label,
  this.comment,
  this.imports = const [MergeContracts.coreV1],
});