menu
libac_dart
nbt/impl/CompoundTag.dart
CompoundTag
length property
length
dark_mode
light_mode
length
property
@
override
int
get
length
override
The number of key/value pairs in the map.
Implementation
@override int get length => value.length;
libac_dart
CompoundTag
CompoundTag
length property
CompoundTag class