Runtime class
Runtime versions for App Engine.
Constructors
Properties
- decommissionedDate ↔ Date?
- 
  Date when Runtime is decommissioned.
  getter/setter pair
- deprecationDate ↔ Date?
- 
  Date when Runtime is deprecated.
  getter/setter pair
- displayName ↔ String?
- 
  User-friendly display name, e.g. 'Node.js 12', etc.
  getter/setter pair
- endOfSupportDate ↔ Date?
- 
  Date when Runtime is end of support.
  getter/setter pair
- environment ↔ String?
- 
  The environment of 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
- 
  supportedOperatingSystems
  ↔ List<String> ?
- 
  Supported operating systems for the runtime, e.g., 'ubuntu22', etc.
  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