Register constructor

Register(
  1. String name,
  2. int address
)

Implementation

Register(this.name, this.address);