isLengthEt method

bool isLengthEt(
  1. int max
)

Short form for isLengthEqualTo

Implementation

bool isLengthEt(int max) => isLengthEqualTo(max);