BlobKind class

This is a pre-defined type for "0x...." like hex strings, which shouldn't be interpreted as a number, usually an identifier. like: address, block_ref, data to smart contract.

Implementers

Constructors

BlobKind()

Properties

data Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromBytes(Uint8List data) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(String hexString) → dynamic
toBytes() Uint8List
toString() String
@return the hex string without "0x" prefix.
override

Operators

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