isFinite method

bool isFinite()

Implementation

bool isFinite() => x.isFinite && y.isFinite && z.isFinite;