isGoogleLinked property

bool isGoogleLinked

Getter to determine if the account has google linked

Implementation

bool get isGoogleLinked => providers.contains(SocialProvider.google);