supportsInfinities property

bool get supportsInfinities

Indicates whether FloatingPointConstants.positiveInfinity and FloatingPointConstants.negativeInfinity representations are supported.

Implementation

bool get supportsInfinities => true;