menu
libac_dart
nbt/impl/CompoundTag.dart
CompoundTag
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => value.isEmpty;
libac_dart
CompoundTag
CompoundTag
isEmpty property
CompoundTag class