QuickCborMap extension
An extension providing quick utility methods for handling CborMapValue instances.
- on
-
- CborMapValue<
CborObject, CborObject>
- CborMapValue<
Methods
-
getIterableFromIntKey(
int key, {bool throwOnNull = true}) → List? -
Available on CborMapValue<
CborObject, CborObject> , provided by the QuickCborMap extension -
getValue<
T> (CborObject key) → T -
Available on CborMapValue<
Retrieves the value associated with the specifiedCborObject, CborObject> , provided by the QuickCborMap extensionkeyfrom theCborMapValue. -
getValueFromIntKey<
T> (int key) → T -
Available on CborMapValue<
Retrieves the value associated with the specified integerCborObject, CborObject> , provided by the QuickCborMap extensionkeyfrom theCborMapValue.