Runtime enum

Inheritance
Available extensions

Values

node145 → const Runtime
const Runtime(value: 'node-14.5')
node160 → const Runtime
const Runtime(value: 'node-16.0')
node180 → const Runtime
const Runtime(value: 'node-18.0')
node190 → const Runtime
const Runtime(value: 'node-19.0')
node200 → const Runtime
const Runtime(value: 'node-20.0')
node210 → const Runtime
const Runtime(value: 'node-21.0')
php80 → const Runtime
const Runtime(value: 'php-8.0')
php81 → const Runtime
const Runtime(value: 'php-8.1')
php82 → const Runtime
const Runtime(value: 'php-8.2')
php83 → const Runtime
const Runtime(value: 'php-8.3')
ruby30 → const Runtime
const Runtime(value: 'ruby-3.0')
ruby31 → const Runtime
const Runtime(value: 'ruby-3.1')
ruby32 → const Runtime
const Runtime(value: 'ruby-3.2')
ruby33 → const Runtime
const Runtime(value: 'ruby-3.3')
python38 → const Runtime
const Runtime(value: 'python-3.8')
python39 → const Runtime
const Runtime(value: 'python-3.9')
python310 → const Runtime
const Runtime(value: 'python-3.10')
python311 → const Runtime
const Runtime(value: 'python-3.11')
python312 → const Runtime
const Runtime(value: 'python-3.12')
pythonMl311 → const Runtime
const Runtime(value: 'python-ml-3.11')
deno121 → const Runtime
const Runtime(value: 'deno-1.21')
deno124 → const Runtime
const Runtime(value: 'deno-1.24')
deno135 → const Runtime
const Runtime(value: 'deno-1.35')
deno140 → const Runtime
const Runtime(value: 'deno-1.40')
dart215 → const Runtime
const Runtime(value: 'dart-2.15')
dart216 → const Runtime
const Runtime(value: 'dart-2.16')
dart217 → const Runtime
const Runtime(value: 'dart-2.17')
dart218 → const Runtime
const Runtime(value: 'dart-2.18')
dart30 → const Runtime
const Runtime(value: 'dart-3.0')
dart31 → const Runtime
const Runtime(value: 'dart-3.1')
dart33 → const Runtime
const Runtime(value: 'dart-3.3')
dotnet31 → const Runtime
const Runtime(value: 'dotnet-3.1')
dotnet60 → const Runtime
const Runtime(value: 'dotnet-6.0')
dotnet70 → const Runtime
const Runtime(value: 'dotnet-7.0')
java80 → const Runtime
const Runtime(value: 'java-8.0')
java110 → const Runtime
const Runtime(value: 'java-11.0')
java170 → const Runtime
const Runtime(value: 'java-17.0')
java180 → const Runtime
const Runtime(value: 'java-18.0')
java210 → const Runtime
const Runtime(value: 'java-21.0')
swift55 → const Runtime
const Runtime(value: 'swift-5.5')
swift58 → const Runtime
const Runtime(value: 'swift-5.8')
swift59 → const Runtime
const Runtime(value: 'swift-5.9')
kotlin16 → const Runtime
const Runtime(value: 'kotlin-1.6')
kotlin18 → const Runtime
const Runtime(value: 'kotlin-1.8')
kotlin19 → const Runtime
const Runtime(value: 'kotlin-1.9')
cpp17 → const Runtime
const Runtime(value: 'cpp-17')
cpp20 → const Runtime
const Runtime(value: 'cpp-20')
bun10 → const Runtime
const Runtime(value: 'bun-1.0')
go123 → const Runtime
const Runtime(value: 'go-1.23')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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

Operators

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

Constants

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