mucke/lib/domain/entities/event.dart
2021-02-26 22:07:18 +01:00

3 lines
No EOL
56 B
Dart

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