CborInt8Array class
sint8
- Inheritance
-
- Object
- CborBytesImpl
- CborTypedArray
- CborInt8Array
Constructors
-
CborInt8Array(List<
int> bytes, {List<int> tags = const []}) -
const
-
CborInt8Array.fromList(List<
int> list, {List<int> ? tags}) -
factory
Properties
-
bytes
→ List<
int> -
finalinherited
-
bytesList
→ List<
List< int> > -
no setterinherited
- expectedConversion → JsonBytesEncoding?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Additional tags provided to the value.
finalinherited
- type → CborLengthType
-
finalinherited
Methods
-
encode(
EncodeSink sink) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{Object? substituteValue, bool allowMalformedUtf8 = false}) → Object? -
Transform this into a JSON encodable value.
inherited
-
toJsonInternal(
Set< Object> cyclicCheck, ToJsonOptions o) → Object? -
inherited
-
toObject(
{bool parseDateTime = true, bool parseUri = true, bool decodeBase64 = false, bool allowMalformedUtf8 = false}) → Object? -
Transforms the CborValue into a Dart object.
inherited
-
toObjectInternal(
Set< Object> cyclicCheck, ToObjectOptions o) → Object? -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited