IdenticalSet<O> constructor

IdenticalSet<O>({
  1. int groups = 7,
})

Implementation

IdenticalSet({int groups = 7})
    : _groups = List.filled(groups.clamp(2, 1000), null);