Elevator constructor

Elevator([
  1. void updates(
    1. ElevatorBuilder b
    )?
])

Implementation

factory Elevator([void Function(ElevatorBuilder b)? updates]) = _$Elevator;