annotations property

List<Object>? annotations

The parameter annotations.

Implementation

List<Object>? get annotations => _annotations != null
    ? UnmodifiableListView<Object>(_annotations!)
    : _annotationsEmpty;