progressText property

String get progressText

Progress text for the chip display (e.g. "1 of 3 paid").

Implementation

String get progressText => '$customersServed of $numberOfCustomers paid';