mucke/lib/domain/entities/event.dart
2021-06-20 13:49:21 +02:00

3 lines
No EOL
57 B
Dart

abstract class Event {
Map<String, dynamic>? payload;
}