GlusterfsVolumeSource constructor

const GlusterfsVolumeSource({
  1. required String endpoints,
  2. required String path,
  3. bool? readOnly,
})

The main constructor.

Implementation

const GlusterfsVolumeSource({
  required this.endpoints,
  required this.path,
  this.readOnly,
});