VersionDescription class

Inheritance

Constructors

VersionDescription({required ChainInfo chainInfo, required String metadata, required String specName, required int specVersion, required int blockNumber, required String blockHash})
const

Properties

blockHash String
The hash of the block where the given spec version was first introduced.
finalinherited
blockNumber int
The height of the block where the given spec version was first introduced.
finalinherited
chainInfo ChainInfo
final
hashCode int
The hash code for this object.
no setterinherited
metadata String
Chain metadata for this version of spec
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specName String
finalinherited
specVersion int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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