toKMBCount static method

String toKMBCount(
  1. int value
)

Implementation

static String toKMBCount(int value) => value.toKMBCount;