enforceFlatMap property

bool enforceFlatMap
final

Whether to flatten nested objects into a flat map (default: false). When true, nested objects are converted to flat keys using flatMapSeparator. Example: {'a': {'b': 'x'}} becomes {'a_b': 'x'} with separator '_'.

Implementation

final bool enforceFlatMap;