5 lines
68 B
Dart
5 lines
68 B
Dart
|
part of 'kanji_bloc.dart';
|
||
|
|
||
|
@immutable
|
||
|
abstract class KanjiEvent {}
|