CborUri class abstract

A CBOR string containing URI.

Inheritance

Constructors

CborUri(Uri value, {List<int> tags})
factory
CborUri.fromString(String value, {List<int> tags})
factory
CborUri.fromUtf8(List<int> str, {List<int> tags})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<int>
Additional tags provided to the value.
no setterinherited
type CborLengthType
no setterinherited
utf8Bytes List<int>
Returns the UTF-8 value of this.
no setterinherited

Methods

encode(EncodeSink sink) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() Uri
Parse the URI, may throw FormatException if the URI is not valid.
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?
inherited
toString({bool allowMalformed = false}) String
Convert to String.
inherited

Operators

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