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