SoiWaypoint constructor

SoiWaypoint([
  1. void updates(
    1. SoiWaypointBuilder b
    )?
])

Implementation

factory SoiWaypoint([void Function(SoiWaypointBuilder b)? updates]) =
    _$SoiWaypoint;