annotation property
Object?
get
annotation
The annotation for the parameter. If the parameter has no annotation, this attribute is set to Parameter.empty.
Implementation
Object? get annotation => _handleEmpty(getAttribute("annotation"));