ExtCborMapExtensions extension

on

Methods

asMap<T extends CborObject<Object?>, E extends CborObject<Object?>>([String? name]) Map<T, E>

Available on CborMapValue<CborObject<Object?>, CborObject<Object?>>, provided by the ExtCborMapExtensions extension

getIntKeyAs<T extends CborObject<Object?>?>(int key) → T

Available on CborMapValue<CborObject<Object?>, CborObject<Object?>>, provided by the ExtCborMapExtensions extension

toDartMap<K, V>(CbCborKeyMapper<K> keyMapper, CbCborKeyMapper<V> valueMapper) Map<K, V>

Available on CborMapValue<CborObject<Object?>, CborObject<Object?>>, provided by the ExtCborMapExtensions extension

Convert this CBOR map to a Dart Map<K, V> by mapping keys and values.