FlexVolumeSource constructor
const
FlexVolumeSource({})
Default constructor.
Implementation
const FlexVolumeSource({
required this.driver,
this.fsType,
this.options,
this.readOnly,
this.secretRef,
});
Default constructor.
const FlexVolumeSource({
required this.driver,
this.fsType,
this.options,
this.readOnly,
this.secretRef,
});