Returns a List of values of this Iterable of UIElements.
UIElement
List<String?> get elementsValues => map((e) => e.elementValue).toList();