namePart property

String namePart
latefinal

Utility getter/cache for _MarkdownCommentReference._getResultsForClass.

Implementation

// TODO(jcollins-g): This should really be the same as 'name', but isn't
// because of accessors and operators.
late final String namePart = fullyQualifiedName.split('.').last;