isSuccess property

bool get isSuccess

Implementation

bool get isSuccess => target != null && error == null;