sceneNames property

List<String> get sceneNames

Get all scene names

Implementation

List<String> get sceneNames => _scenes.keys.toList();