Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
size
→ int
-
Obtains the cached size of the object
no setterinherited
-
type
→ int
-
no setter
Static Methods
-
fromBytes(Uint8List bytes)
→ SignatureMetadata
-
Convenience constructor to construct from serialised
bytes
.
May throw an exception other than cl.OutOfData
if the data is invalid
-
fromHex(String hex)
→ SignatureMetadata
-
Convenience constructor to construct from encoded
hex
.
May throw an exception other than cl.OutOfData
if the data is invalid
-
fromReader(BytesReader reader)
→ SignatureMetadata
-
May throw an exception other than
cl.OutOfData
if the data is invalid