Vendor constructor

Vendor(
  1. String? id,
  2. String? name,
  3. Namespaces? namespaces,
  4. List<String> purposeIds,
  5. List<String> legIntPurposeIds,
  6. List<String> featureIds,
  7. List<String> flexiblePurposeIds,
  8. List<String> specialPurposeIds,
  9. List<String> specialFeatureIds,
  10. List<Url>? urls,
)

Implementation

Vendor(
    this.id,
    this.name,
    this.namespaces,
    this.purposeIds,
    this.legIntPurposeIds,
    this.featureIds,
    this.flexiblePurposeIds,
    this.specialPurposeIds,
    this.specialFeatureIds,
    this.urls);