numericLabel function

String numericLabel(
  1. int index
)

Implementation

String numericLabel(int index) => '${index + 1}';