ImageConfig constructor

ImageConfig({
  1. List<String>? command,
  2. List<String>? entryPoint,
  3. String? workingDirectory,
})

Implementation

ImageConfig({
  this.command,
  this.entryPoint,
  this.workingDirectory,
});