List<LatLng?>? get path => getProperty(this, 'path')?.cast<LatLng?>();
set path(List<LatLng?>? value) { setProperty(this, 'path', value); }