CborIterableObject<T extends Iterable> class abstract

Iterable

Inheritance
Implementers

Constructors

CborIterableObject(T value)
const

Properties

encoding → CborIterableEncodingType
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → T
An abstract property representing the dynamic value contained in the CBOR object.
finalinherited
variables → List
no setterinherited

Methods

cast<E extends CborObject<Object?>>() → E
inherited
encode() → List<int>
Encode the object's value to its CBOR representation and return it as a List<int>.
inherited
getValue() → Object?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCborHex() → String
Convert the object's CBOR representation to a hexadecimal string.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited