metadata property
An optional metadata string attached to this entry at the time the write has been issued.
For tables where Table.trackMetadata is enabled, a hidden _metadata
column is added to this table that can be used during updates to attach
a hint to the update thas is preserved here.
Implementation
final String? metadata;