NotIndexException constructor

NotIndexException({
  1. String? message,
})

Implementation

NotIndexException({
  this.message,
});