equalsInt abstract method

  1. @override
bool equalsInt(
  1. int n
)
override

Returns true if n is equals to this number.

Implementation

@override
bool equalsInt(int n);