supportsInfinities property

  1. @override
bool get supportsInfinities
override

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

Implementation

@override
bool get supportsInfinities => false;