Runtime class
Runtime
- Implemented types
Constructors
Properties
- $id → String
-
Runtime ID.
final
- base → String
-
Base Docker image used to build the runtime.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String
-
Image name of Docker Hub.
final
- key → String
-
Parent runtime key.
final
- logo → String
-
Name of the logo image.
final
- name → String
-
Runtime Name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supports → List
-
List of supported architectures.
final
- version → String
-
Runtime version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited