userId property

String? get userId

Implementation

String? get userId => _user != null ? _user!.id : null;