variantId property

String? variantId
final

A lower-case string identifying a specific variant or edition of the operating system. This may be interpreted in order to determine a divergent default configuration.

The variant ID contains no spaces or other characters outside of 0–9, a–z, '.', '_' and '-'.

Examples: 'server', 'embedded'.

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

Implementation

final String? variantId;