ByteString class

Wrapper for byte array image representation.

Constructors

ByteString(Uint8List byteData)
Constructor an instance of ByteString.
const

Properties

byteData Uint8List
Byte representation of an image.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

fromString(String byteString) Uint8List
Converts String to byte array.
isByteString(String byteString) bool
Checks whether provided String is a string representation of byte array.