ProxyRuleList constructor

ProxyRuleList({
  1. required int total,
  2. required List<ProxyRule> rules,
})

Implementation

ProxyRuleList({
  required this.total,
  required this.rules,
});