menu
dart_ipfs
dart_ipfs.dart
ImmutableBytes
length property
length
dark_mode
light_mode
length
property
int
get
length
The length of the byte array.
Implementation
int get length => _bytes.length;
dart_ipfs
dart_ipfs
ImmutableBytes
length property
ImmutableBytes class