The dev instance doesn't have the company property. What code is missing from the Developer subclass?
dev
company
Developer
super(company);
this.company = company;
Make sure to pick super(company);.