toStringA method

void toStringA()

Implementation

void toStringA() {
  debugPrint("${current / max}");
}