isSuccess property

bool get isSuccess

Implementation

bool get isSuccess =>
    PayorcTabbyCodes.isSuccess(code) ||
    (status != null && status!.toLowerCase() == 'success');