operator <= method - BigInt class - dart:core library (original) (raw)

description

operator <= abstract method

bool operator <=(

  1. BigInt other )

Whether other is numerically greater than this big integer.

Implementation

bool operator <=(BigInt other);