elementsValues property

List<String?> get elementsValues

Returns a List of values of this Iterable of UIElements.

Implementation

List<String?> get elementsValues => map((e) => e.elementValue).toList();