UnitIntervalException.withValue constructor

const UnitIntervalException.withValue(
  1. num? value, [
  2. String? message
])

Creates a UnitIntervalException object that includes the value that triggered this exception.

Implementation

const UnitIntervalException.withValue(this.value, [this.message]);