uid property

String? uid
final

A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.

Implementation

final String? uid;