insertId property
dynamic
insertId
final
The ID of the newly inserted row, if applicable.
Only returned for databases and queries that support it (e.g., PostgreSQL RETURNING
).
Implementation
final dynamic insertId;