Depot constructor

Depot(
  1. {String id,
  2. String name,
  3. String lat,
  4. String long,
  5. String comments,
  6. String contactNumber,
  7. String address}
)

Constructor

Implementation

Depot({this.id, this.name, this.lat, this.long, this.comments, this.contactNumber, this.address});