DrawnGameRepetition class

Inheritance

Constructors

DrawnGameRepetition({required int repeats})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
readable String
A human-readable string describing the result.
no setteroverride
repeats int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreString String
no setterinherited
soft bool
'Soft' results will not delegalise moves. This is useful for cases like points-based wins, where if the opponent is going to win next move no matter what, the current player should still be able to make a move.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited