isSuccess property

bool get isSuccess

Returns true if the clock-in was successful.

Implementation

bool get isSuccess => clockInTime != null && exception == null;