Inch constructor

const Inch(
  1. double value, {
  2. int graduations,
})

Implementation

const factory Inch(final double value, {final int graduations}) = _$Inch;