os property
Os
get
os
The operating system that the Deno CLI was built for. "darwin"
is
also known as OSX or MacOS.
Implementation
_i4.Os get os => _i4.Os.values.byName(_i3.getProperty(
this,
'os',
));
set
os
(Os value)
Implementation
set os(_i4.Os value) {
_i3.setProperty(
this,
'os',
value.name,
);
}