new project stable version
This commit is contained in:
7
lib/presentation/event/route_event.dart
Normal file
7
lib/presentation/event/route_event.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract class RouteEvent {}
|
||||
|
||||
class FetchRouteEvent extends RouteEvent {
|
||||
final int orderId;
|
||||
FetchRouteEvent(this.orderId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user