embeddedProperties property
Optional nested object property mapping for custom serialization.
Maps parent property names to their child property lists.
Only needed for complex nested scenarios not handled by toEJson().
Implementation
final Map<String, List<String>>? embeddedProperties;