RuleCollection constructor

RuleCollection({
  1. List<Rule>? items = const [],
})

Returns a new RuleCollection instance.

Implementation

RuleCollection({
  this.items = const [],
});