setter constant
TargetKind
const setter
Indicates that an annotation is valid on any setter declaration, both instance or static setters, whether it's in a class, enum, mixin, extension, extension type, or at the top-level of a library.
Implementation
static const setter = TargetKind._('setters', 'setter');