Runtime class

Describes a runtime and any special information (e.g., deprecation status) related to it.

Constructors

Runtime({Date? decommissionDate, Date? deprecationDate, String? displayName, String? environment, String? name, String? stage, List<String>? warnings})
Runtime.fromJson(Map json_)

Properties

decommissionDate ↔ Date?
Decommission date for the runtime.
getter/setter pair
deprecationDate ↔ Date?
Deprecation date for the runtime.
getter/setter pair
displayName ↔ String?
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
getter/setter pair
environment ↔ String?
The environment for the runtime. Possible string values are:
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
name ↔ String?
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stage ↔ String?
The stage of life this runtime is in, e.g., BETA, GA, etc. Possible string values are:
getter/setter pair
warnings ↔ List<String>?
Warning messages, e.g., a deprecation warning.
getter/setter pair

Methods

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

Operators

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