isAppleLinked property

bool isAppleLinked

Getter to determine if the account has apple linked

Implementation

bool get isAppleLinked => providers.contains(SocialProvider.apple);