RpcRewardByDayInfo class

Annotations
  • @freezed

Constructors

RpcRewardByDayInfo({@Default({}) Map<String, RpcRewardInfo> rewardMap, required int startTime, required int endTime, required RpcUint64 cycle})
const
factory
RpcRewardByDayInfo.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $RpcRewardByDayInfoCopyWith<RpcRewardByDayInfo>
no setterinherited
cycle String
no setterinherited
endTime int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rewardMap Map<String, RpcRewardInfo>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
no setterinherited

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