menu
tstore package
documentation
logic/core/store.dart
TStore
count property
count property
dark_mode
light_mode
count
property
int
get
count
Implementation
int get count { if (_box != null) return _box!.length; return 0; }
tstore package
documentation
logic/core/store
TStore
count property
TStore class