Agent constructor

Agent(
  1. String number,
  2. String setNumber
)

Implementation

Agent(this.number, this.setNumber);