id property

  1. @BuiltValueField(wireName: r'id')
String id

ID represents the flow's unique ID. When performing the registration flow, this represents the id in the registration ui's query parameter: http://<selfservice.flows.registration.ui_url>/?flow=

Implementation

@BuiltValueField(wireName: r'id')
String get id;