isSuccess property
bool
get
isSuccess
Returns true if the clock-in was successful.
Implementation
bool get isSuccess => clockInTime != null && exception == null;
Returns true if the clock-in was successful.
bool get isSuccess => clockInTime != null && exception == null;