entries property
An unmodifiable list of AnnotationEntry
objects recorded.
The first entry is the most specific, typically the one at the leaf of tree.
Implementation
Iterable<AnnotationEntry<T>> get entries => _entries;
An unmodifiable list of AnnotationEntry
objects recorded.
The first entry is the most specific, typically the one at the leaf of tree.
Iterable<AnnotationEntry<T>> get entries => _entries;