InvalidRuleException constructor

InvalidRuleException({
  1. String? message,
})

Implementation

InvalidRuleException({
  this.message,
});