DriverDetails constructor

DriverDetails(
  1. String name,
  2. String? phone,
  3. CoordinateRF coord
)

Implementation

DriverDetails(this.name, this.phone, this.coord);