0812
This commit is contained in:
11
lib/models/vehicle_cmd_response.dart
Normal file
11
lib/models/vehicle_cmd_response.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:ai_chat_assistant/models/vehicle_cmd.dart';
|
||||
|
||||
class VehicleCommandResponse {
|
||||
final String? tips;
|
||||
final List<VehicleCommand> commands;
|
||||
|
||||
VehicleCommandResponse({
|
||||
this.tips,
|
||||
required this.commands,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user