generate property

String Function()? generate
final

Builds an id when the request arrived without one.

Defaults to a version 4 UUID from package:uuid, so ids are unique across processes and machines rather than only within one isolate.

Implementation

final String Function()? generate;