DockerVolumeConfiguration constructor

DockerVolumeConfiguration({
  1. bool? autoprovision,
  2. String? driver,
  3. Map<String, String>? driverOpts,
  4. Map<String, String>? labels,
  5. Scope? scope,
})

Implementation

DockerVolumeConfiguration({
  this.autoprovision,
  this.driver,
  this.driverOpts,
  this.labels,
  this.scope,
});