Runtime class

Runtime

Implemented types

Constructors

Runtime({required String $id, required String name, required String version, required String base, required String image, required List supports})
Runtime.fromMap(Map<String, dynamic> map)
factory

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
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