isPaid property

bool isPaid

Determine if the quote is paid

Implementation

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