interactions property
The list of Interactions used to store all relevant UI interaction from the testee.
Implementation
List<Interaction> interactions = [];
The list of Interactions used to store all relevant UI interaction from the testee.
List<Interaction> interactions = [];