isSuccess property

bool get isSuccess

Whether successful.

Implementation

bool get isSuccess => errorCode == 0;