Combination constructor

Combination(
  1. {List<int> front,
  2. List<int> back}
)

Implementation

Combination({this.front, this.back});