isCanceled property

bool isCanceled

Returns true if log in was canceled by user.

Implementation

bool get isCanceled => data == null;