path property

List<LatLng?>? get path

Implementation

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

Implementation

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