isSuccess property

bool get isSuccess

Returns true if the liveness check was successful.

Implementation

bool get isSuccess => image != null;