selectVehicleForInquiry method

  1. @override
String selectVehicleForInquiry(
  1. Object inquiry
)
override

No description provided for @selectVehicleForInquiry.

In en, this message translates to: 'Select the vehicle for {inquiry}'

Implementation

@override
String selectVehicleForInquiry(Object inquiry) {
  return 'Select the vehicle for $inquiry';
}