Files
CompanyProject/moehu/moehu_fontend/lib/event/ClasshHntTextEvent.dart
2024-09-27 01:32:49 +08:00

5 lines
77 B
Dart

class ClasshHntTextEvent {
String text;
ClasshHntTextEvent(this.text);
}