menu
dart_ipfs
dart_ipfs.dart
InMemoryBlockStore
length property
length
dark_mode
light_mode
length
property
int
get
length
Returns the number of blocks currently in memory.
Implementation
int get length => _blocks.length;
dart_ipfs
dart_ipfs
InMemoryBlockStore
length property
InMemoryBlockStore class