isSuccess property

bool isSuccess

Returns true if the exitCode is exitSuccess.

Implementation

bool get isSuccess => exitCode == exitSuccess;