isPaid property

bool get isPaid

Determine if the invoice is paid

Implementation

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