DetectDriverResponse constructor

const DetectDriverResponse(
  1. int requestId,
  2. String? driverName
)

Implementation

const DetectDriverResponse(super.requestId, this.driverName);