isEmailVerified property

bool get isEmailVerified

Implementation

bool get isEmailVerified => firebaseAuth.currentUser?.emailVerified ?? false;