NFSVolumeSource constructor

NFSVolumeSource({
  1. String? path,
  2. bool? readOnly,
  3. String? server,
})

Implementation

NFSVolumeSource({
  this.path,
  this.readOnly,
  this.server,
});