StationKeepingExtended constructor

StationKeepingExtended([
  1. void updates(
    1. StationKeepingExtendedBuilder b
    )?
])

Implementation

factory StationKeepingExtended(
        [void Function(StationKeepingExtendedBuilder b)? updates]) =
    _$StationKeepingExtended;