NotFoundException constructor

NotFoundException({
  1. required String term,
})

Implementation

NotFoundException({required this.term});