destinations property
Implementation
List<Object? /*String?|LatLng?|Place?*/ >? get destinations =>
getProperty(this, 'destinations')
?.cast<Object? /*String?|LatLng?|Place?*/ >();
List<Object? /*String?|LatLng?|Place?*/ >? get destinations =>
getProperty(this, 'destinations')
?.cast<Object? /*String?|LatLng?|Place?*/ >();