metadata property

  1. @override
NodeListImpl<AnnotationImpl> metadata
override

Return the annotations associated with this node.

Implementation

@override
NodeListImpl<AnnotationImpl> get metadata => _metadata;