is_longer_than method

bool is_longer_than(
  1. int length
)

Implementation

bool is_longer_than(int length) {
  return this.len > length;
}