entries property

List<NodeLayoutEntry> get entries

Get all entries (immutable view).

Implementation

List<NodeLayoutEntry> get entries => List.unmodifiable(_entries);