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