NegativeValueException constructor

const NegativeValueException([
  1. String? message
])

Creates a NegativeValueException object.

Implementation

const NegativeValueException([this.message]) : value = null;