version property

double version
getter/setter pair

The browser's version.

Note: if the subversion is a single digit, it will be considered as one hundredth (not tenth). For example, version 12.1 will be parsed to a value as 12.01 (not 12.1). Thus, version of 12.10 is larger than that of 12.2 as expected.

Implementation

late double version;