menu
noor_go package
documentation
customer_app/domain/model/draw_routing.dart
Segment
Segment constructor
Segment constructor
dark_mode
light_mode
Segment
constructor
Segment
(
{
num
?
distance
,
num
?
duration
,
List
<
StepWay
>
?
steps
,
num
?
ascent
,
num
?
descent
,
})
Implementation
Segment({ this.distance, this.duration, this.steps, this.ascent, this.descent, });
noor_go package
documentation
customer_app/domain/model/draw_routing
Segment
Segment constructor
Segment class