RationalImaginaryValue constructor

const RationalImaginaryValue(
  1. Rational rational
)

Creates the imaginary value.

Implementation

const RationalImaginaryValue(this.rational);