isLengthLessThan method

bool isLengthLessThan(
  1. int length
)

Implementation

bool isLengthLessThan(int length) => trim().length < length;