id property
id
may be used to identify the transaction in subsequent Read,
ExecuteSql, Commit, or Rollback calls.
Single-use read-only transactions do not have IDs, because single-use transactions do not support multiple requests.
Implementation
core.String? id;