getRule method

List getRule(
  1. String attribute
)

Implementation

List<dynamic> getRule(String attribute) {
  return rules[attribute] ?? [];
}