ListValidator constructor

ListValidator({
  1. required List<String> items,
})

Implementation

ListValidator({
  required this.items,
});