path property

List<LatLng?>? path

Implementation

List<LatLng?>? get path => getProperty(this, 'path')?.cast<LatLng?>();
void path=(List<LatLng?>? value)

Implementation

set path(List<LatLng?>? value) {
  setProperty(this, 'path', value);
}