ADABlockchainEraResponse class
Constructors
- ADABlockchainEraResponse({required ADAEra start, required ADAEra end, required EraParameters parameters})
-
ADABlockchainEraResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- end → ADAEra
-
End of the blockchain era, relative to the start of the network
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameters → EraParameters
-
Era parameters
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → ADAEra
-
Start of the blockchain era, relative to the start of the network
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited