ExtCborHelper extension

on

Methods

as<T extends CborObject<Object?>>({String? operation}) → T

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

hasType<T>() bool

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

Checks whether the value stored in the CborObject has the specified type T.
objectTo<E, T extends CborObject<Object?>>(E toe(T e)) → E

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