currentInstruction property
String
get
currentInstruction
Implementation
String get currentInstruction => nextTurn;
set
currentInstruction
(String value)
Implementation
set currentInstruction(String value) => nextTurn = value;