SceneCollectionListChanged constructor

SceneCollectionListChanged({
  1. required List<String> sceneCollections,
})

Implementation

SceneCollectionListChanged({required this.sceneCollections});