totalEntries property
int
get
totalEntries
Gets the total number of Dictionary entries.
Implementation
int get totalEntries => _entries.length;
Gets the total number of Dictionary entries.
int get totalEntries => _entries.length;