round method

JarNumber round()

Implementation

JarNumber round() {
  return transform((value) => value?.round().toDouble());
}