Scorecard class

Player scorecard

Constructors

Scorecard({required int aces, required int mostCards, required int mostSpades, required int suipiCount, required int tenOfDiamonds, required int twoOfSpades, required int total})
const
Scorecard.fromAddress(int ptr)
factory

Properties

aces int
final
hashCode int
The hash code for this object.
no setteroverride
mostCards int
final
mostSpades int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suipiCount int
final
tenOfDiamonds int
final
total int
final
twoOfSpades int
final

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.
override