GroupPairing class

Constructors

GroupPairing(String groupPairing, {int? valueFor, int? valueAgainst, int? valueAbstention})
Used by Individual Votes to make each dot react with the group overall color :

Properties

groupChoice bool?
groupChoice is the boolean that describe group choice :
no setter
groupChoiceColor Color
groupChoiceColor is the dot color corresponding to groupChoice boolean :
no setter
groupPairing String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueAbstention int?
getter/setter pair
valueAgainst int?
getter/setter pair
valueFor int?
getter/setter pair

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