isLengthEqualTo method

bool isLengthEqualTo(
  1. int other
)

Checks if length of double value is EQUAL to max.

Implementation

bool isLengthEqualTo(int other) => length == other;