menu
Dart
dart:core
BigInt
operator <= abstract method
operator <=
brightness_4
brightness_5
description
operator <=
abstract method
bool
operator <=
(
BigInt
other
)
Whether
other
is numerically greater than this big integer.
Implementation
bool operator <=(BigInt other);
Dart
dart:core
BigInt
operator <= abstract method
BigInt class