isPaid property

bool isPaid

true if the bill is paid (payment process completed)

Implementation

bool get isPaid => status == 2;