TowDriver constructor

TowDriver(
  1. String nationalID,
  2. bool isCenter,
  3. bool isAccepted,
  4. String name,
  5. String hireDate,
)

Implementation

TowDriver(this.nationalID, this.isCenter, this.isAccepted, this.name,
    this.hireDate);