dataGridRow static method

String dataGridRow(
  1. int index
)

Implementation

static String dataGridRow(int index) => 'Row ${index + 1}';