operatingSystemVersion property
A string representing the version of the operating system or platform.
The string content and format is unspecified.
Implementation
@override
String get operatingSystemVersion => _throwIfUnset(
_operatingSystemVersion,
_className,
json_key.operatingSystemVersion,
);