ente/lib/events/event.dart
2022-11-11 18:39:22 +05:30

4 lines
55 B
Dart

class Event {
String get reason => '$runtimeType';
}