availableSlots method

String availableSlots(
  1. int n
)

Implementation

String availableSlots(int n) => isChinese ? '${n}可约' : '$n available';