entityDdl property
Details about the entity DDL script.
Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
Implementation
core.List<EntityDdl>? entityDdl;