progressCounter static method

String progressCounter(
  1. int current,
  2. int total
)

Implementation

static String progressCounter(int current, int total) => '[$current/$total]';