String countingText( int current, int total, [ String separator = "/", ]) { return "$current$separator$total"; }