1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-24 16:04:43 +01:00
nc-photos/app/lib/bloc_util.dart

4 lines
45 B
Dart
Raw Normal View History

abstract class BlocTag {
String get tag;
}