version property

String? version
final

A string identifying the operating system version, excluding any OS name information, possibly including a release code name, and suitable for presentation to the user.

Examples: '17', '17 (Beefy Miracle)'.

This field is optional and may be null on some systems.

Implementation

final String? version;