ErrNotFound constructor
const
ErrNotFound([
- String message = 'item not found'
Implementation
const ErrNotFound([this.message = 'item not found']);
const ErrNotFound([this.message = 'item not found']);