GrafeasV1BaseImage constructor

GrafeasV1BaseImage({
  1. int? layerCount,
  2. String? name,
  3. String? registry,
  4. String? repository,
})

Implementation

GrafeasV1BaseImage({
  this.layerCount,
  this.name,
  this.registry,
  this.repository,
});