budgetUsedOf abstract method

String budgetUsedOf(
  1. int used,
  2. int total
)

Budget information showing used and total amount

In en, this message translates to: 'Budget: {used} / {total}'

Implementation

String budgetUsedOf(int used, int total);