length property

int length

The length of this map

Implementation

int get length {
  final result = _icu4x_ReorderedIndexMap_len_mv1(_ffi);
  return result;
}