nItems method

String nItems(
  1. int n
)

Implementation

String nItems(int n) => isChinese ? '$n ้กน' : '$n item${n > 1 ? 's' : ''}';