menu
database_universe package
documentation
core/core.dart
DatabaseUniverseCollection<ID, OBJ>
getSize abstract method
getSize abstract method
dark_mode
light_mode
getSize
abstract method
int
getSize
(
{
bool
includeIndexes
=
false
,
})
Calculates the size of the collection in bytes.
Implementation
int getSize({bool includeIndexes = false});
database_universe package
documentation
core/core
DatabaseUniverseCollection<ID, OBJ>
getSize abstract method
DatabaseUniverseCollection class