menu
google_maps package
documentation
google_maps_journeysharing.dart
DeliveryVehicleStop
tasks property
tasks property
dark_mode
light_mode
tasks
property
List
<
TaskInfo
>
get
tasks
Implementation
List<TaskInfo> get tasks => _tasks.toDart;
set
tasks
(
List
<
TaskInfo
>
value
)
Implementation
set tasks(List<TaskInfo> value) => _tasks = value.toJS;
google_maps package
documentation
google_maps_journeysharing
DeliveryVehicleStop
tasks property
DeliveryVehicleStop extension type