mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-15 03:04:25 +08:00
refactor:rename file
This commit is contained in:
7
lib/event/event_model.dart
Normal file
7
lib/event/event_model.dart
Normal file
@ -0,0 +1,7 @@
|
||||
class CollectionEvent{
|
||||
final String widgetName;
|
||||
final String router;
|
||||
final bool isRemove;
|
||||
// token uid...
|
||||
CollectionEvent(this.widgetName,this.router,this.isRemove);
|
||||
}
|
Reference in New Issue
Block a user