Int128 class

128 bit Integer.

Constructors

Int128(Uint8List data)
Constructor.
Int128.parse(String hex)
Parse.
Int128.random()
Random.

Properties

data Uint8List
Buffer.
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