Official constructor

Official({
  1. List<SimpleAddressType>? address,
  2. List<Channel>? channels,
  3. List<String>? emails,
  4. String? name,
  5. String? party,
  6. List<String>? phones,
  7. String? photoUrl,
  8. List<String>? urls,
})

Implementation

Official({
  this.address,
  this.channels,
  this.emails,
  this.name,
  this.party,
  this.phones,
  this.photoUrl,
  this.urls,
});