ServerAllowHeaders constructor

const ServerAllowHeaders({
  1. required Set<String> headers,
  2. required bool inherit,
})

Implementation

const ServerAllowHeaders({required this.headers, required this.inherit});