autoScaleInt method

int autoScaleInt(
  1. int? mobileValue
)

Implementation

int autoScaleInt(int? mobileValue) => (autoScaleDouble((mobileValue ?? 0).toDouble()).round());