WitnessesAccount class

Constructors

WitnessesAccount({required TronAddress address, required BigInt? voteCount, required String url, required int? totalProduced, required int? totalMissed, required int? latestBlockNum, required int? latestSlotNum, required bool? isJobs})
WitnessesAccount.fromJson(Map<String, dynamic> json)
factory

Properties

address TronAddress
final
hashCode int
The hash code for this object.
no setterinherited
isJobs bool?
final
latestBlockNum int?
final
latestSlotNum int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalMissed int?
final
totalProduced int?
final
url String
final
voteCount BigInt?
final

Methods

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