truncate method

JarNumber truncate()

Implementation

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