roomsLeft method

String roomsLeft(
  1. int n
)

Implementation

String roomsLeft(int n) => isChinese ? '剩${n}间' : '$n left';