SceneItemListReindexed constructor

SceneItemListReindexed({
  1. required String sceneName,
  2. required List<Map<String, dynamic>> sceneItems,
})

Implementation

SceneItemListReindexed({required this.sceneName, required this.sceneItems});