SceneItemPropertyResponse constructor Null safety

SceneItemPropertyResponse(
  1. {required String messageId,
  2. required List<SceneItemProperty> sceneItemProperties}
)

Implementation

SceneItemPropertyResponse(
    {required this.messageId, required this.sceneItemProperties});