decimalCrop method

double decimalCrop(
  1. int length
)

Implementation

double decimalCrop(int length) => toPrecision(length);