myCustomRule method

dynamic myCustomRule(
  1. dynamic ruleString,
  2. dynamic inspectionCase
)
inherited

Implementation

myCustomRule(ruleString, inspectionCase) {
  return '';
}