isFriendshipStatusChanged property

bool? isFriendshipStatusChanged

Indicates that the friendship status between the user and the LINE Official Account changed during login.

This value is null if BotPrompt was not specified in LoginOption. For more information, see Linking a LINE official account with your LINE Login channel.

Implementation

bool? get isFriendshipStatusChanged => _data['friendshipStatusChanged'];