Create a CompanyItem from JSON
factory CompanyItem.fromJson(Map<String, dynamic> json) => _$CompanyItemFromJson(json);