Dart
dart:core
num
isInfinite property
isInfinite
Dart
dart:core
num
isInfinite property
num class
Constructors
num
Properties
hashCode
isFinite
isInfinite
isNaN
isNegative
runtimeType
sign
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
noSuchMethod
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Static methods
parse
tryParse
description
isInfinite
property
Null safety
bool
isInfinite
Whether the number is positive infinity or negative infinity.
Implementation
bool get isInfinite;