Runtime enum

Inheritance
Available extensions

Values

dotnet6 → const Runtime
const Runtime("dotnet6")
dotnet8 → const Runtime
const Runtime("dotnet8")
dotnet10 → const Runtime
const Runtime("dotnet10")
java11 → const Runtime
const Runtime("java11")
java17 → const Runtime
const Runtime("java17")
java21 → const Runtime
const Runtime("java21")
java25 → const Runtime
const Runtime("java25")
java8AL2 → const Runtime
const Runtime("java8.al2")
nodeJS18dX → const Runtime
const Runtime("nodejs18.x")
nodeJS20dX → const Runtime
const Runtime("nodejs20.x")
nodeJS22dX → const Runtime
const Runtime("nodejs22.x")
nodeJS24dX → const Runtime
const Runtime("nodejs24.x")
customAL2 → const Runtime
const Runtime("provided.al2")
customAL2023 → const Runtime
const Runtime("provided.al2023")
python3d10 → const Runtime
const Runtime("python3.10")
python3d11 → const Runtime
const Runtime("python3.11")
python3d12 → const Runtime
const Runtime("python3.12")
python3d13 → const Runtime
const Runtime("python3.13")
python3d14 → const Runtime
const Runtime("python3.14")
python3d9 → const Runtime
const Runtime("python3.9")
ruby3d2 → const Runtime
const Runtime("ruby3.2")
ruby3d3 → const Runtime
const Runtime("ruby3.3")
ruby3d4 → const Runtime
const Runtime("ruby3.4")
dotnet5d0 → const Runtime
const Runtime("dotnet5.0")
dotnet7 → const Runtime
const Runtime("dotnet7")
dotnetCore2d1 → const Runtime
const Runtime("dotnetcore2.1")
dotnetCore3d1 → const Runtime
const Runtime("dotnetcore3.1")
go1dx → const Runtime
const Runtime("go1.x")
java8 → const Runtime
const Runtime("java8")
nodeJS10dX → const Runtime
const Runtime("nodejs10.x")
nodeJS12dX → const Runtime
const Runtime("nodejs12.x")
nodeJS14dX → const Runtime
const Runtime("nodejs14.x")
nodeJS16dX → const Runtime
const Runtime("nodejs16.x")
custom → const Runtime
const Runtime("provided")
python2d7 → const Runtime
const Runtime("python2.7")
python3d6 → const Runtime
const Runtime("python3.6")
python3d7 → const Runtime
const Runtime("python3.7")
python3d8 → const Runtime
const Runtime("python3.8")
ruby2d5 → const Runtime
const Runtime("ruby2.5")
ruby2d7 → const Runtime
const Runtime("ruby2.7")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wireValue String
final

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

Static Methods

fromValue(String value) Runtime

Constants

values → const List<Runtime>
A constant List of the values in this enum, in order of their declaration.