headers property

Map<String, String>? headers
final

A collection of WebPush headers. Header values must be strings.

See WebPush specification for supported headers.

Implementation

final Map<String, String>? headers;