menu
libedax4dart
src/move.dart
Move
Move const constructor
Move
dark_mode
light_mode
Move
constructor
const
Move
(
int
flipped
,
int
x
,
int
score
,
int
cost
,
)
Implementation
const Move(this.flipped, this.x, this.score, this.cost);
libedax4dart
move
Move
Move const constructor
Move class