$BaseImage constructor

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

Implementation

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