carModelByPath property

set carModelByPath (String filePath)

Set car model by path.

Parameters

  • IN filePath The path to the car model

Implementation

set carModelByPath(final String filePath) {
  objectMethod(
    _pointerId,
    'MapViewPreferences',
    'setCarModelByPath',
    args: filePath,
    dependencyId: _mapPointerId,
  );
}