5 lines
77 B
Dart
5 lines
77 B
Dart
class ClasshHntTextEvent {
|
|
String text;
|
|
ClasshHntTextEvent(this.text);
|
|
}
|