1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-20 22:28:53 +01:00
nc-photos/app/lib/bloc_util.dart

3 lines
45 B
Dart

abstract class BlocTag {
String get tag;
}