name property

String? get name

현재 사용자 이름

Implementation

String? get name => _currentUser?.displayName;