dartterm/lib/gen/direction.dart

9 lines
77 B
Dart
Raw Normal View History

part of 'generator.dart';
enum Direction {
up,
left,
down,
right,
}