OrganizationPatch constructor

OrganizationPatch({
  1. ExternalServicePatchAddress? address,
  2. String? alternateName,
  3. DateTime? archivedAt,
  4. String? description,
  5. DateTime? endDate,
  6. String? name,
  7. OrganizationPatchPreferences? preferences,
  8. DateTime? startDate,
})

Returns a new OrganizationPatch instance.

Implementation

OrganizationPatch({
  this.address,
  this.alternateName,
  this.archivedAt,
  this.description,
  this.endDate,
  this.logo,
  this.name,
  this.preferences,
  this.startDate,
});