QuickCborList extension

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

elementAsListOf<T extends CborObject<Object?>>(int index, {bool emyptyOnNull = false}) List<T>

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

elementAt<T extends CborObject<Object?>?>(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

elementMaybeAt<E, T extends CborObject<Object?>>(int index, E onValue(T e)) → E?

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

hasIndex(int index) bool

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

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

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

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

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

valueIsListOf<T extends CborObject<Object?>>() bool

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