kernelVersion property

String kernelVersion
final

Returns the version of kernel.

print(SysInfo.kernelVersion);
=> 32

Implementation

static final String kernelVersion = _getKernelVersion();