strictNullHandling property
final
When true
, tokens without an =
(e.g., ?flag
) decode to null
rather than ""
.
Implementation
final bool strictNullHandling;
When true
, tokens without an =
(e.g., ?flag
) decode to null
rather than ""
.
final bool strictNullHandling;