NegativeValueException.withValue constructor
Creates a NegativeValueException object that includes the value that triggered this exception.
Implementation
const NegativeValueException.withValue(this.value, [this.message]);
Creates a NegativeValueException object that includes the value that triggered this exception.
const NegativeValueException.withValue(this.value, [this.message]);