$BaseImage constructor

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

Implementation

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