name property
String
get
name
The name of the annotation as it appears in code.
For example, in @deprecated
, this would be 'deprecated'.
Implementation
String get name;
The name of the annotation as it appears in code.
For example, in @deprecated
, this would be 'deprecated'.
String get name;