isSuccess property

bool get isSuccess

Check if payment was successful

Implementation

bool get isSuccess => status == PaymentStatus.success;