isSuccess property

bool get isSuccess

Whether the execution was successful

Implementation

bool get isSuccess => error == null;