namesAndValues property Null safety

List<String> namesAndValues

A list containing the name of the headers and the associated values.

The even indexes contain the name of the header and the odd indexes the value. The total size is guaranteed to be an even number. For example: "Accept","text/html","Accept","application/xhtml+xml"

Implementation

List<String> get namesAndValues;