userId property

String userId

Current user id

Implementation

String get userId {
  return _authService.userId!;
}