isError property

bool isError

Is create token error?

Implementation

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