ErrNotFound constructor

const ErrNotFound([
  1. String message = 'item not found'
])

Implementation

const ErrNotFound([this.message = 'item not found']);