symbol property

  1. @override
String? symbol
override

Name of the class, method, or field.

May be null for references without symbols, for instance a function type has no symbol.

Implementation

@override
String? get symbol => null;