Ui class

UI event

Constructors

Ui({String? parentViewName, String? viewName, bool? keyboardShowing, String? keyboardFrame, String? actionType, String? actionMode, int? touchIndex, String? touchPoint, String? eventPairId, String? screenImage, String? screenImageHash, String? texts, String? hash, dynamic views})
Ui.fromJson(Map<String, dynamic> json)
factory

Properties

actionMode String?
final
actionType String?
final
eventPairId String?
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
keyboardFrame String?
final
keyboardShowing bool?
final
parentViewName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenImage String?
final
screenImageHash String?
final
texts String?
final
touchIndex int?
final
touchPoint String?
final
viewName String?
final
views → dynamic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited