elementName property

String get elementName

Implementation

String get elementName => element?.localName.toUpperCase() ?? '$runtimeType';