NoActionFoundError constructor
NoActionFoundError([
- String? routeName,
- dynamic params
Implementation
NoActionFoundError([this.routeName, this.params]) {
message = 'No Action Found For Route';
}