allowDots property
final
When true, decode dot notation in keys: a.b=c → {a: {b: "c"}}.
If you set decodeDotInKeys to true and do not pass allowDots, this
flag defaults to true. Passing allowDots: false while
decodeDotInKeys is true is invalid and will throw at construction.
Implementation
final bool allowDots;