MobilApp/lib/eov/eov.dart

7 lines
70 B
Dart
Raw Normal View History

2025-02-21 08:26:27 +01:00
class Eov {
double X = 0;
double Y = 0;
Eov(this.X, this.Y);
}