Delegation class

Annotations
  • @JsonSerializable()

Constructors

Delegation({required String activationEpoch, required String deactivationEpoch, required String stake, required String voter, required double warmupCooldownRate})
const
Delegation.fromJson(Map<String, dynamic> json)
factory

Properties

activationEpoch String
final
deactivationEpoch String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stake String
final
voter String
final
warmupCooldownRate double
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.
inherited

Operators

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