optimizeDocumentNodes property
If DocumentNode generation should be optimized using template-based helpers. This reduces DocumentNode verbosity by 40-50% through intelligent caching and simplified helper functions.
Implementation
@JsonKey(defaultValue: false, name: 'optimize_document_nodes')
final bool optimizeDocumentNodes;