Chain constructor

Chain({
  1. List<ChainName>? chainNames,
  2. int? locationCount,
  3. String? name,
  4. List<ChainUri>? websites,
})

Implementation

Chain({
  this.chainNames,
  this.locationCount,
  this.name,
  this.websites,
});