encodeDotInKeys property

bool encodeDotInKeys
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;