entryId property

String? entryId
final

A unique identifier for this entry. You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier. You can also specify an expression.

Implementation

final String? entryId;