SearchException constructor

SearchException({
  1. String? message,
})

Implementation

SearchException({
  this.message,
});