OrganizationPreferences constructor

OrganizationPreferences({
  1. bool? categoryRequired,
  2. PreferencesContract? contract,
  3. PreferencesElectronicSignature? electronicSignature,
  4. PreferencesEquipment? equipment,
  5. bool? feedbackParentPlace,
  6. PreferencesForm? form,
  7. bool? offline,
  8. bool? public,
  9. PreferencesReference? reference,
  10. bool? reverseGeocoding,
  11. bool? reviewEnabled,
})

Returns a new OrganizationPreferences instance.

Implementation

OrganizationPreferences({
  this.categoryRequired,
  this.contract,
  this.electronicSignature,
  this.equipment,
  this.feedbackParentPlace,
  this.form,
  this.offline,
  this.public,
  this.reference,
  this.reverseGeocoding,
  this.reviewEnabled,
});