Rule function

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

Implementation

RuleInfo Rule(String table, String rule)
=> RuleInfo(table, rule);