toJson method
Converts the object to a JSON representation.
Implementation
@override
Map<String, dynamic> toJson() {
return {
"motion_no_confidence": motionNoConfidence.toJson(),
"committee_normal": committeeNormal.toJson(),
"committee_no_confidence": committeeNoConfidence.toJson(),
"hard_fork_initiation": hardForkInitiation.toJson(),
"security_relevant_threshold": securityRelevantThreshold.toJson()
};
}