buildId property

String? buildId
final

A string uniquely identifying the system image used as the origin for a distribution (it is not updated with system updates). The field can be identical between different versionIds as buildId is an only a unique identifier to a specific version.

Examples: '2013-03-20.3', '201303203'.

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

Implementation

final String? buildId;