UserProfile class

The user profile used in LineSDK.

Properties

data Map<String, dynamic>
Raw data of the response in a Map representation.
no setter
displayName String
The display name of the current authorized user.
no setter
hashCode int
The hash code for this object.
no setterinherited
pictureUrl String?
URL of current authorized user's profile image.
no setter
pictureUrlLarge String?
URL of current authorized user's large profile image.
no setter
pictureUrlSmall String?
URL of current authorized user's small profile image.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMessage String?
The status message of the current authorized user.
no setter
userId String
The user ID of the current authorized user.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited