UndecodedBytes class

Describes a generic bytes string value..

Annotations
  • @immutable

Constructors

UndecodedBytes({required int typeOid, required bool isBinary, required Uint8List bytes, required Encoding encoding})

Properties

asString String
latefinal
bytes Uint8List
final
encoding Encoding
final
hashCode int
The hash code for this object.
no setterinherited
isBinary bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeOid int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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