Organization constructor
Organization({
- String? costCenter,
- bool? current,
- String? department,
- String? domain,
- Date? endDate,
- String? formattedType,
- int? fullTimeEquivalentMillipercent,
- String? jobDescription,
- String? location,
- FieldMetadata? metadata,
- String? name,
- String? phoneticName,
- Date? startDate,
- String? symbol,
- String? title,
- 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,
});