encodeDotInKeys property
final
Encode Map keys using dot notation by setting encodeDotInKeys to true:
Caveat: When encodeValuesOnly is true as well as encodeDotInKeys,
only dots in keys and nothing else will be encoded.
Implementation
final bool encodeDotInKeys;