Namedetails constructor

Namedetails({
  1. String? ref,
  2. String? name,
  3. String? nameEs,
  4. String? altName,
  5. String? regName,
  6. String? shortName,
  7. String? officialName,
})

Implementation

Namedetails({
  this.ref,
  this.name,
  this.nameEs,
  this.altName,
  this.regName,
  this.shortName,
  this.officialName,
});