isPaid property

bool isPaid

Determine if the invoice is paid

Implementation

bool get isPaid => statusId == '4';