entries property
List<PreviewEntry>
get
entries
The currently registered previews (read-only view).
Implementation
static List<PreviewEntry> get entries => List.unmodifiable(_entries);
The currently registered previews (read-only view).
static List<PreviewEntry> get entries => List.unmodifiable(_entries);