identifier property

  1. @override
String get identifier
override

A String that uniquely identifies this element

This is typically the name of the element + the source id of the library

Implementation

@override
String get identifier => '${library.src.shortUri}#$name';