isError property

bool isError

Is Authentication Error?

Implementation

bool get isError => authentication == null && errorCode != null;