GroupVotesFromJson class

Implemented types

Constructors

GroupVotesFromJson(String? organeRef, int? nbMembers, int? votedFor, int? votedAgainst, int? votedAbstention, int? didNotVote, List<IndividualVoteFromJson>? individualVotesDetails, String? majoriteVote)
GroupVotesFromJson is the group of persons
GroupVotesFromJson.fromFrenchNationalAssemblyJson(Map<String, dynamic> json, {required String majoriteVoteFromScrutin})
Mapping from JSON

Properties

deputesRefToHilite List<IndividualVoteFromJson>?
return the DeputesFromCsv to highlight when NOT voting as their Group's majority
no setter
didNotAttend int
Calculate the numebr of group members that were not even present for vote
no setter
didNotVote int?
getter/setter pair
groupColor Color
Political Color to display for Group
no setter
groupIndex int
Used for left-to-right display
no setter
groupName String
Name to display for Group
no setter
hashCode int
The hash code for this object.
no setterinherited
individualVotesDetails List<IndividualVoteFromJson>?
getter/setter pair
intergroupColor Color?
Political Color to display for Intergroup
no setter
intergroupName String
Name to display for Intergroup
no setter
majoriteVote String?
getter/setter pair
nbMembers int?
getter/setter pair
organeRef String?
getter/setter pair
positionMajoritaire String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
votedAbstention int?
getter/setter pair
votedAgainst int?
getter/setter pair
votedFor int?
getter/setter pair

Methods

compareTo(GroupVotesFromJson other) int
Compares this object to another object.
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