strictNullHandling property

bool strictNullHandling
final

When true, tokens without an = (e.g., ?flag) decode to null rather than "".

Implementation

final bool strictNullHandling;