Organization constructor

Organization({
  1. String? costCenter,
  2. bool? current,
  3. String? department,
  4. String? domain,
  5. Date? endDate,
  6. String? formattedType,
  7. int? fullTimeEquivalentMillipercent,
  8. String? jobDescription,
  9. String? location,
  10. FieldMetadata? metadata,
  11. String? name,
  12. String? phoneticName,
  13. Date? startDate,
  14. String? symbol,
  15. String? title,
  16. String? type,
})

Implementation

Organization({
  this.costCenter,
  this.current,
  this.department,
  this.domain,
  this.endDate,
  this.formattedType,
  this.fullTimeEquivalentMillipercent,
  this.jobDescription,
  this.location,
  this.metadata,
  this.name,
  this.phoneticName,
  this.startDate,
  this.symbol,
  this.title,
  this.type,
});