VerticalProfile constructor

VerticalProfile([
  1. void updates(
    1. VerticalProfileBuilder b
    )?
])

Implementation

factory VerticalProfile([void Function(VerticalProfileBuilder b)? updates]) =
    _$VerticalProfile;