Runtime enum
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') - node22 → const Runtime
-
const Runtime(value: 'node-22') - 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') - pythonMl312 → const Runtime
-
const Runtime(value: 'python-ml-3.12') - 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') - deno146 → const Runtime
-
const Runtime(value: 'deno-1.46') - deno20 → const Runtime
-
const Runtime(value: 'deno-2.0') - 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') - dart219 → const Runtime
-
const Runtime(value: 'dart-2.19') - 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') - dart35 → const Runtime
-
const Runtime(value: 'dart-3.5') - dart38 → const Runtime
-
const Runtime(value: 'dart-3.8') - dotnet60 → const Runtime
-
const Runtime(value: 'dotnet-6.0') - dotnet70 → const Runtime
-
const Runtime(value: 'dotnet-7.0') - dotnet80 → const Runtime
-
const Runtime(value: 'dotnet-8.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') - java22 → const Runtime
-
const Runtime(value: 'java-22') - 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') - swift510 → const Runtime
-
const Runtime(value: 'swift-5.10') - 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') - kotlin20 → const Runtime
-
const Runtime(value: 'kotlin-2.0') - 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') - bun11 → const Runtime
-
const Runtime(value: 'bun-1.1') - go123 → const Runtime
-
const Runtime(value: 'go-1.23') - static1 → const Runtime
-
const Runtime(value: 'static-1') - flutter324 → const Runtime
-
const Runtime(value: 'flutter-3.24') - flutter327 → const Runtime
-
const Runtime(value: 'flutter-3.27') - flutter329 → const Runtime
-
const Runtime(value: 'flutter-3.29') - flutter332 → const Runtime
-
const Runtime(value: 'flutter-3.32')
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
- 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