Game class

Constructors

Game.new(String? descr)

Properties

cardsInHand int
getter/setter pair
descr String?
getter/setter pair
handValues List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lowestQualified List<String>?
getter/setter pair
noKickers bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sfQualify int
getter/setter pair
wheelStatus int
getter/setter pair
wildStatus int
getter/setter pair
wildValue String?
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