DriverDetails constructor
DriverDetails(
- String name,
- String? phone,
- CoordinateRF coord
Implementation
DriverDetails(this.name, this.phone, this.coord);
DriverDetails(this.name, this.phone, this.coord);