localName property

String get localName

Return the local name, excluding the namespace prefix.

Implementation

String get localName => name.local;