numThreadQuote abstract method

String numThreadQuote(
  1. int num
)

The number of Thread Quotes

In en, this message translates to: '{num, plural, one {{num} Thread Quote} other {{num} Thread Quotes}}'

Implementation

String numThreadQuote(int num);