isFloat32Lossless property

bool isFloat32Lossless

Returns true if toFloat32Bytes is lossless.

Implementation

bool get isFloat32Lossless => Codec.float32.isLossless(this);