NoSuchInvalidation constructor

NoSuchInvalidation({
  1. String? message,
})

Implementation

NoSuchInvalidation({
  this.message,
});