canTake method

bool canTake(
  1. int length
)

Implementation

bool canTake(int length) => charLength >= length;