Airflow constructor

Airflow([
  1. void updates(
    1. AirflowBuilder b
    )?
])

Implementation

factory Airflow([void Function(AirflowBuilder b)? updates]) = _$Airflow;