bool isFinite

Whether all coordinates of this rectangle are finite.

Source

bool get isFinite => left.isFinite && top.isFinite && right.isFinite && bottom.isFinite;