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