uid property

String? get uid

The user's unique ID.

Implementation

String? get uid {
  return _data.uid;
}