interactions property
List<Interaction>
get
interactions
The list of Interactions used to store all relevant UI interaction from the testee.
Implementation
List<Interaction> get interactions => _interactions;
set
interactions
(List<Interaction> interactions)
Set interactions
Implementation
set interactions(List<Interaction> interactions) {
this._interactions = interactions;
}