Map<String, dynamic> toJson() { return { 'id': id, 'name': name, 'vehicleId': vehicleId, 'isCarDevice': isCarDevice, }; }