menu
invoiceninja package
documentation
models/quote.dart
Quote
isPaid property
isPaid property
dark_mode
light_mode
isPaid
property
bool
get
isPaid
Determine if the quote is paid
Implementation
bool get isPaid => statusId == '4';
invoiceninja package
documentation
models/quote
Quote
isPaid property
Quote class