DeputesFromCsv class

Implemented types

Constructors

DeputesFromCsv(String identifiant, String prenom, String nom, String region, String departement, String circoShort, String profession, String groupShort, String groupeLong, bool? votedFor, bool? votedAgainst, bool? didNotVote, bool? votedAbstention)
DeputesFromCsv.fromFrenchNationalAssemblyCsv(List csv)
DeputesFromCsv.fromVote(DeputesFromCsv depute, IndividualVoteFromJson voter)

Properties

circoShort String
getter/setter pair
departement String
getter/setter pair
deputeRef String
no setter
didNotVote bool?
getter/setter pair
groupe PoliticalParties
no setter
groupeGradient LinearGradient
no setter
groupeLong String
getter/setter pair
groupShort String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifiant String
getter/setter pair
nom String
getter/setter pair
prenom String
getter/setter pair
profession String
getter/setter pair
region String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
votedAbstention bool?
getter/setter pair
votedAgainst bool?
getter/setter pair
votedFor bool?
getter/setter pair

Methods

compareTo(DeputesFromCsv 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