Company constructor

Company({
  1. String? careerSiteUri,
  2. CompanyDerivedInfo? derivedInfo,
  3. String? displayName,
  4. String? eeoText,
  5. String? externalId,
  6. String? headquartersAddress,
  7. bool? hiringAgency,
  8. String? imageUri,
  9. List<String>? keywordSearchableJobCustomAttributes,
  10. String? name,
  11. String? size,
  12. bool? suspended,
  13. String? websiteUri,
})

Implementation

Company({
  this.careerSiteUri,
  this.derivedInfo,
  this.displayName,
  this.eeoText,
  this.externalId,
  this.headquartersAddress,
  this.hiringAgency,
  this.imageUri,
  this.keywordSearchableJobCustomAttributes,
  this.name,
  this.size,
  this.suspended,
  this.websiteUri,
});