uid property

String? uid

The user's unique ID.

Implementation

String? get uid {
  return _data['uid'];
}