UnitIntervalException constructor

const UnitIntervalException([
  1. String? message
])

Creates a UnitIntervalException object.

Implementation

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