symbol property

String? symbol
final

Name of the class, method, or field.

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

Implementation

final String? symbol;