RuleInfo constructor

RuleInfo(
  1. String table,
  2. String rule
)

Implementation

RuleInfo(String this.table, String this.rule);