1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-04-17 05:05:01 +02:00
nc-photos/app/lib/bloc_util.dart

4 lines
45 B
Dart
Raw Normal View History

abstract class BlocTag {
String get tag;
}