Master constructor

Master(
  1. {int id,
  2. List<String> fields,
  3. List<Combination> combinations}
)

Implementation

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