IInline12 class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

IInline12()

Properties

arch Arch

Available on IInline12, provided by the IInline12$Typings extension

Instruction set architecture that the Deno CLI was built for.
getter/setter pair
env String?

Available on IInline12, provided by the IInline12$Typings extension

Optional environment flags that were set for this build of Deno CLI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
os Os

Available on IInline12, provided by the IInline12$Typings extension

The operating system that the Deno CLI was built for. "darwin" is also known as OSX or MacOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String

Available on IInline12, provided by the IInline12$Typings extension

The LLVM target triple, which is the combination of ${arch}-${vendor}-${os} and represent the specific build target that the current runtime was built for.
getter/setter pair
vendor String

Available on IInline12, provided by the IInline12$Typings extension

The computer vendor that the Deno CLI was built for.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited