userProfile property

UserProfile? userProfile

The UserProfile object obtained during login.

It contains the user ID, display name, and more.

This object exists only if the "profile" scope was included in LineSDK.login.

Implementation

UserProfile? get userProfile => _userProfile;