isInvalidUser property

bool get isInvalidUser

Returns true if the user does not exist, otherwise false.

Implementation

bool get isInvalidUser => code == 'user_does_not_exist';