NotFoundError constructor
const
NotFoundError([
- String message = 'routing: not found'
Implementation
const NotFoundError([this.message = 'routing: not found']);
const NotFoundError([this.message = 'routing: not found']);