SceneItemEvent.fromJson constructor Null safety
Implementation
factory SceneItemEvent.fromJson(Map<String, dynamic> json, String type) {
final sceneItemEvent = _$SceneItemEventFromJson(json);
sceneItemEvent.type = type;
return sceneItemEvent;
}