mergeNestedMaps property
bool
get
mergeNestedMaps
If a transformed value is a Map<String, dynamic>, merge it into
the root instead of assigning to a single key.
Example use case: a transformer returns a nested object that needs to be flattened into the parent body structure.
Implementation
bool get mergeNestedMaps => false;