isEqual method

bool isEqual(
  1. num other
)

Implementation

bool isEqual(num other) => this == other;