ChainDetails constructor

ChainDetails(
  1. int id,
  2. String name
)

Implementation

ChainDetails(this.id, this.name);