判断这个数是否是正无穷大或负无穷大。
只有 double.infinity 和 double.negativeInfinity 满足。
所有数都满足 isInfinite、isFinite 和 isNaN 中的一个。
isInfinite
bool get isInfinite;