previousFloatingPointValue property

FloatingPointValue? get previousFloatingPointValue

Return the FloatingPointValue of the previousValue.

Implementation

FloatingPointValue? get previousFloatingPointValue =>
    valuePopulator().ofFloatingPointPrevious(this);