isFriend property

bool isFriend

Indicates the friendship status.

true if the LINE Official Account is a friend of the user and the user hasn't blocked it. false if the LINE Official Account isn't a friend of the user or the user has blocked it.

Implementation

bool get isFriend => _data['friendFlag'];