Master constructor

Master(int id, List<String> fields, List<Combination> combinations)

Implementation

Master(this.id, this.fields, this.combinations);