NoSuchOrigin constructor

NoSuchOrigin({
  1. String? message,
})

Implementation

NoSuchOrigin({
  this.message,
});