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