sceneRowKey function

String sceneRowKey(
  1. int index
)

Key of row index (kSceneBRow = element B).

Implementation

String sceneRowKey(int index) => 'scene.row.$index';