getnDecelerationsStr method

String getnDecelerationsStr()

Implementation

String getnDecelerationsStr() {
  return isSkipped ? "--" : nDecelerations.toString().padLeft(2, '0');
}