decodeDotInKeys property

bool decodeDotInKeys
final

Set to true to decode dots in keys.

Note: it implies allowDots, so QS.decode will error if you set decodeDotInKeys to true, and allowDots to false.

Implementation

final bool decodeDotInKeys;