EthereumDefaultBlock class

The Default Block parameter. The parameter selections are mutually exclusive. Note that the setters ignore the passed state value and simply set the property to true.

Constructors

EthereumDefaultBlock()

Properties

earliest bool
Earliest indicator
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latest bool
Latest indicator. Default
getter/setter pair
number int?
Block number
getter/setter pair
pending bool
Pending indicator
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSelection() String?
Get the selected parameter as a string
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

ethEarliest → const String
Constants Earliest
ethLatest → const String
Latest
ethPending → const String
Pending