refactor:rename file

This commit is contained in:
yifeng.yl
2019-01-25 14:10:25 +08:00
parent e3ef5c87fe
commit 9e95dea871
5 changed files with 5 additions and 5 deletions

View 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);
}