QuickCborList extension

An extension providing quick utility methods for handling CborListValue instances.

on

Properties

isEmpty bool

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

no setter

Methods

elementAsInteger<T extends BigInt?>(int index, {String? name}) → T

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

elementAt<T extends CborObject?>(int index, {String? name}) → T

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

elementAtBytes<T extends List<int>?>(int index, {String? name}) → T

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

elementAtString<T extends String?>(int index, {String? name}) → T

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

sublist<T extends CborObject>(int start, [int? end]) → CborListValue<T>

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

valueAsListOf<T extends CborObject>([String? name]) List<T>

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension

valueIsListOf<T extends CborObject>() bool

Available on CborIterableObject<Iterable>, provided by the QuickCborList extension