isEmpty property
Whether this map is empty
Implementation
bool get isEmpty {
final result = _icu4x_ReorderedIndexMap_is_empty_mv1(_ffi);
return result;
}
Whether this map is empty
bool get isEmpty {
final result = _icu4x_ReorderedIndexMap_is_empty_mv1(_ffi);
return result;
}