QuobyteVolumeSource constructor

const QuobyteVolumeSource({
  1. String? group,
  2. bool? readOnly,
  3. required String registry,
  4. String? tenant,
  5. String? user,
  6. required String volume,
})

Default constructor.

Implementation

const QuobyteVolumeSource({
  this.group,
  this.readOnly,
  required this.registry,
  this.tenant,
  this.user,
  required this.volume,
});