isEmpty property

bool isEmpty

Whether this map is empty

Implementation

bool get isEmpty {
  final result = _icu4x_ReorderedIndexMap_is_empty_mv1(_ffi);
  return result;
}