allowDots property

bool allowDots
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 when validated/used.

Implementation

final bool allowDots;