VolumeNodeResources constructor

const VolumeNodeResources({
  1. int? count,
})

Default constructor.

Implementation

const VolumeNodeResources({
  this.count,
});