NegativeValueException constructor
const
NegativeValueException([
- String? message
Creates a NegativeValueException object.
Implementation
const NegativeValueException([this.message]) : value = null;
Creates a NegativeValueException object.
const NegativeValueException([this.message]) : value = null;