ContainerVolumeDriverConfig constructor

const ContainerVolumeDriverConfig({
  1. String? name,
  2. Map<String, String>? options,
})

Creates a ContainerVolumeDriverConfig with the given fields.

Implementation

const ContainerVolumeDriverConfig({this.name, this.options});