Master constructor

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

Implementation

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