round property

bool get round

Whether to round output values.

Implementation

bool get round => _round;
set round (bool value)

Implementation

set round(bool value) => _round = value;