forked from lxm_tools/flutter-picgo
7 lines
67 B
Dart
7 lines
67 B
Dart
class DemoEvent {
|
|
|
|
final String name;
|
|
|
|
DemoEvent(this.name);
|
|
|
|
} |