PersistentVolumeStatus constructor

const PersistentVolumeStatus({
  1. String? message,
  2. String? phase,
  3. String? reason,
})

Default constructor.

Implementation

const PersistentVolumeStatus({
  this.message,
  this.phase,
  this.reason,
});