ServerAllowHeaders class
Constructors
-
ServerAllowHeaders({required Set<
String> headers, required bool inherit}) -
const
- ServerAllowHeaders.fromDartObject(DartObject object)
-
factory
Properties
Methods
-
merge(
ServerAllowHeaders other) → ServerAllowHeaders -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited