STRICT constant

SameSite=Strict;

Cookies will only be sent in a first-party context and not be sent along with requests initiated by third party websites.

Implementation

static const STRICT = HTTPCookieSameSitePolicy._internal('Strict', 'Strict');