void setCustomAssignments(Map<String, int> customAssignments) { customAssignments.forEach((key, value) { setCustomAssignment(key, value); }); }