getter constant

TargetKind const getter

Indicates that an annotation is valid on any getter declaration, both instance or static getters, whether it's in a class, enum, mixin, extension, extension type, or at the top-level of a library.

Implementation

static const getter = TargetKind._('getters', 'getter');