CustomErrorRule constructor

CustomErrorRule({
  1. bool? isErrorType,
  2. String? selector,
})

Implementation

CustomErrorRule({
  this.isErrorType,
  this.selector,
});