mirror of
https://github.com/ente-io/ente.git
synced 2025-07-13 10:28:42 +00:00
4 lines
55 B
Dart
4 lines
55 B
Dart
class Event {
|
|
String get reason => '$runtimeType';
|
|
}
|