GearChoice constructor
GearChoice({})
Implementation
GearChoice({
required this.key,
required this.description,
required this.selections,
this.preselect = const [],
this.maxSelections,
});
GearChoice({
required this.key,
required this.description,
required this.selections,
this.preselect = const [],
this.maxSelections,
});