void setFloat(String name, double value) => _block.setFloat32( _slot(name, FmatType.float_).offsetBytes, value, Endian.host, );