menu
noor_go package
documentation
customer_app/domain/model/draw_routing.dart
StepWay
StepWay.new constructor
StepWay.new constructor
dark_mode
light_mode
StepWay
constructor
StepWay
(
{
num
?
distance
,
num
?
duration
,
num
?
type
,
String
?
instruction
,
String
?
name
,
List
<
num
>
?
wayPonums
,
})
Implementation
StepWay({ this.distance, this.duration, this.type, this.instruction, this.name, this.wayPonums, });
noor_go package
documentation
customer_app/domain/model/draw_routing
StepWay
StepWay.new constructor
StepWay class