Ui constructor

Ui({
  1. String? parentViewName,
  2. String? viewName,
  3. bool? keyboardShowing,
  4. String? keyboardFrame,
  5. String? actionType,
  6. String? actionMode,
  7. int? touchIndex,
  8. String? touchPoint,
  9. String? eventPairId,
  10. String? screenImage,
  11. String? screenImageHash,
  12. String? texts,
  13. String? hash,
  14. dynamic views,
})

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,
});