getProperties method
Implementation
@override
Map<String, dynamic> getProperties({Element? ancestor}) {
Map<String, dynamic> properties = super.getProperties(ancestor: ancestor);
properties[WidgetProperty.className.name] =
RanorexSupportedClassName.listView;
return properties;
}