destinations property

List<JSAny> get destinations

Implementation

List<JSAny /*string|LatLng|LatLngLiteral|Place*/ > get destinations =>
    _destinations.toDart;
set destinations (List<JSAny> value)

Implementation

set destinations(List<JSAny /*string|LatLng|LatLngLiteral|Place*/ > value) =>
    _destinations = value.toJS;