elementName property

String get elementName
inherited

Implementation

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