Routing constructor
Routing({})
Implementation
Routing({
this.current = '',
this.previous = '',
this.args,
this.removed = '',
this.route,
this.isBack,
this.isBottomSheet,
this.isDialog,
});
Routing({
this.current = '',
this.previous = '',
this.args,
this.removed = '',
this.route,
this.isBack,
this.isBottomSheet,
this.isDialog,
});