menu
tdesign_flutter package
documentation
tdesign_flutter.dart
TDMap<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
inherited
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => _base.isEmpty;
tdesign_flutter package
documentation
tdesign_flutter
TDMap<K, V>
isEmpty property
TDMap class