APIHeader constructor Null safety

APIHeader(
  1. {APISchemaObject? schema}
)

Implementation

APIHeader({APISchemaObject? schema}) : super.header(null, schema: schema);