BlockNumber class final

A specific block number.

Inheritance

Constructors

BlockNumber(int value)
Creates a block number.

Properties

hashCode int
The hash code for this object.
no setteroverride
hex String
The block number as a hex string.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The block number.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toParam() String
Converts to the API parameter value.
override
toString() String
A string representation of this object.
override

Operators

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