PrerenderMismatchedHeaders constructor

PrerenderMismatchedHeaders({
  1. required String headerName,
  2. String? initialValue,
  3. String? activationValue,
})

Implementation

PrerenderMismatchedHeaders(
    {required this.headerName, this.initialValue, this.activationValue});