userId property

String? get userId

현재 사용자 ID

Implementation

String? get userId => _currentUser?.id;