ReferendumItem class

Constructors

ReferendumItem({required String key, required String trackId, required String callMethod, required String? callDocs, required String proposalHash, required String submissionDeposit, required String decisionDeposit, required String submissionDepositAddress, required String decisionDepositAddress, required String? confirmEnd, required String? decideEnd, required String? prepareEnd, required String? periodEnd, required String ayes, required String nays, required String support, required String tallyTotal})
const

Properties

ayes String
final
callDocs String?
final
callMethod String
final
confirmEnd String?
final
decideEnd String?
final
decisionDeposit String
final
decisionDepositAddress String
final
hashCode int
The hash code for this object.
no setterinherited
key String
final
nays String
final
periodEnd String?
final
prepareEnd String?
final
proposalHash String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submissionDeposit String
final
submissionDepositAddress String
final
support String
final
tallyTotal String
final
trackId String
final

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) ReferendumItem