MetadataProperties constructor

MetadataProperties({
  1. String? commitId,
  2. String? generatedBy,
  3. String? projectId,
  4. String? repository,
})

Implementation

MetadataProperties({
  this.commitId,
  this.generatedBy,
  this.projectId,
  this.repository,
});