NoSuchResource constructor

NoSuchResource({
  1. String? message,
})

Implementation

NoSuchResource({
  this.message,
});