Towing constructor
Towing({})
Implementation
Towing(
{this.sellerOrderId,
this.lat,
this.long,
this.address,
this.arrivalDate,
this.category,
this.userId,
this.status,
this.phoneNumber,
this.createdAt,
this.id});