values property
If specified, match this rule if the header's value contains at least one element in this list.
Implementation
List<String>? get values =>
_wrapped.values?.toDart.cast<String>().map((e) => e).toList();
If specified, match this rule if the header's value contains at least one element in this list.
List<String>? get values =>
_wrapped.values?.toDart.cast<String>().map((e) => e).toList();