uid property

String get uid

The unique id of a user.

Implementation

String get uid {
  return _user['localId'];
}