bits property

  1. @override
int bits
override

Returns the size in bits of this float.

Implementation

@override
int get bits => 32;