PinBallThrownState class final

Inheritance

Constructors

PinBallThrownState({required int lane, required List<int> pinsUp, required List<int> pinsDown, required double ballSpeed, required String message, required String playerName, required int shot, required int score})

Properties

ballSpeed double
final
hashCode int
The hash code for this object.
no setterinherited
lane int
final
message String
final
pinsDown List<int>
final
pinsUp List<int>
final
playerName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
final
shot 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.
inherited