menu
flight_script package
documentation
vm/stack.dart
Rotate
Rotate.new const constructor
Rotate.new const constructor
dark_mode
light_mode
Rotate
constructor
const
Rotate
(
int
depth
,
int
steps
)
Implementation
const Rotate(this.depth, this.steps) : assert(depth > 1), assert(steps > 0);
flight_script package
documentation
vm/stack
Rotate
Rotate.new const constructor
Rotate class