carModelByPath property
Set car model by path.
Parameters
- IN filePath The path to the car model
Throws
- An exception if it fails.
Implementation
set carModelByPath(final String filePath) {
objectMethod(
_pointerId,
'MapViewPreferences',
'setCarModelByPath',
args: filePath,
);
}