VolumeError constructor

const VolumeError({
  1. String? message,
  2. DateTime? time,
})

Default constructor.

Implementation

const VolumeError({
  this.message,
  this.time,
});