nameLength property

  1. @override
int nameLength
inherited

The length of the name of this element in the file that contains the declaration of this element, or 0 if this element does not have a name.

Implementation

@override
int get nameLength => displayName.length;