ShowScene constructor

ShowScene({
  1. required String sceneId,
  2. CallCommand? callCommand,
})

Create an instance.

Implementation

ShowScene({
  required this.sceneId,
  this.callCommand,
});