Ui constructor
Ui({})
Implementation
Ui({
this.parentViewName,
this.viewName,
this.keyboardShowing,
this.keyboardFrame,
this.actionType,
this.actionMode,
this.touchIndex,
this.touchPoint,
this.eventPairId,
this.screenImage,
this.screenImageHash,
this.texts,
this.hash,
this.views,
});