ScrutinFromJson class

Implemented types

Constructors

ScrutinFromJson(String? uuid, String? organeRef, String? numero, String? seanceRef, DateTime? dateScrutin, String? codeVote, String? libelleVote, String? majoriteVote, String? resultatVote, String? titre, String? demandeur, int? votedFor, int? votedAgainst, int? votedAbstention, int? didNotVote, List<GroupVotesFromJson>? groupVotesDetails, List<GroupVotesFromJson>? intergroupVotesDetails)
ScrutinFromJson is the vote in the whole assembly
ScrutinFromJson.fromFrenchNationalAssemblyJson(Map<String, dynamic> _map)
Mapping from JSON

Properties

codeVote String?
getter/setter pair
dateScrutin DateTime?
getter/setter pair
demandeur String?
getter/setter pair
didNotVote int?
getter/setter pair
groupVotesDetails List<GroupVotesFromJson>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intergroupVotesDetails List<GroupVotesFromJson>?
getter/setter pair
libelleVote String?
getter/setter pair
majoriteVote String?
getter/setter pair
nbVoters int
calculate the number of actual voters
no setter
numero String?
getter/setter pair
organeRef String?
getter/setter pair
resultatVote String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seanceRef String?
getter/setter pair
titre String?
getter/setter pair
uuid String?
getter/setter pair
votedAbstention int?
getter/setter pair
votedAgainst int?
getter/setter pair
votedFor int?
getter/setter pair

Methods

compareTo(ScrutinFromJson other) int
Sorting rules
override
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