isLengthEqual method

bool isLengthEqual(
  1. int length
)

Implementation

bool isLengthEqual(int length) => trim().length == length;