pub type PropMap<K, V> = BTreeMap<K, V>;
The structure of the internal storage object properties.
struct PropMap<K, V> { /* private fields */ }