decodeDotInKeys property

bool decodeDotInKeys
final

Decode dots that appear in keys (e.g., a.b=c).

This explicitly opts into dot‑notation handling and implies allowDots. Setting decodeDotInKeys to true while forcing allowDots to false is invalid and will cause an error in QS.decode.

Implementation

final bool decodeDotInKeys;