SceneItemPropertyResponse constructor Null safety
- {required String messageId,
- required List<
SceneItemProperty> sceneItemProperties}
Implementation
SceneItemPropertyResponse(
{required this.messageId, required this.sceneItemProperties});
SceneItemPropertyResponse(
{required this.messageId, required this.sceneItemProperties});