sortKeys property

Map<K, V> get sortKeys

按key排序

Implementation

Map<K, V> get sortKeys {
  return SplayTreeMap<K, V>.from(this);
}