ShowScene constructor
ShowScene({
- required String sceneId,
- CallCommand? callCommand,
Create an instance.
Implementation
ShowScene({
required this.sceneId,
this.callCommand,
});