EthereumSyncStatus class

Sync status message

Constructors

EthereumSyncStatus()
Constructor
EthereumSyncStatus.fromMap(Map<String, dynamic> result)
From map

Properties

currentBlock int?
Current block, only valid if syncing
no setter
hashCode int
The hash code for this object.
no setterinherited
highestBlock int?
Highest block, only valid if syncing
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startingBlock int?
Starting block, only valid if syncing
no setter
syncing bool
Syncing indicator, true if syncing
no setter

Methods

construct(Map<String, dynamic> data) → void
Construct from the supplied Map, only check for the keys we need.
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