values property
Set of all values of ReferrerPolicy.
Implementation
static final Set<ReferrerPolicy> values = [
ReferrerPolicy.NO_REFERRER,
ReferrerPolicy.NO_REFERRER_WHEN_DOWNGRADE,
ReferrerPolicy.ORIGIN,
ReferrerPolicy.ORIGIN_WHEN_CROSS_ORIGIN,
ReferrerPolicy.SAME_ORIGIN,
ReferrerPolicy.STRICT_ORIGIN,
ReferrerPolicy.STRICT_ORIGIN_WHEN_CROSS_ORIGIN,
ReferrerPolicy.UNSAFE_URL,
].toSet();