roomsAvailable method

String roomsAvailable(
  1. int n
)

Implementation

String roomsAvailable(int n) => isChinese ? '剩余${n}间' : '$n available';