enforceFlatMap property

bool enforceFlatMap
final

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

Implementation

final bool enforceFlatMap;