WebApiModulesSettingsCrewLocationCrewLocation constructor

WebApiModulesSettingsCrewLocationCrewLocation({
  1. String? crewLocationId,
  2. String? crewId,
  3. String? locationId,
  4. String? location,
  5. bool? isPrimary,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsCrewLocationCrewLocation({
  this.crewLocationId,
  this.crewId,
  this.locationId,
  this.location,
  this.isPrimary,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});