OS class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
- OS()
Properties
- constants → OSConstants
-
no setter
- EOL → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
arch(
) → String -
cpus(
) → List< CPU> -
endianness(
) → String -
freemem(
) → int -
homedir(
) → String -
hostname(
) → String -
loadavg(
) → List< int> -
networkInterfaces(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
platform(
) → String -
release(
) → String -
tmpdir(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
totalmem(
) → int -
type(
) → String -
uptime(
) → int -
userInfo(
[dynamic options]) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited