id property

String? id
final

The unique identifier for the new user (eg. username, user id, etc.).

The value is restricted to alphanumeric characters, dashes and underscore symbols.

Implementation

final String? id;