EnvironmentPlatform class
A set of Docker images that are related by platform and are managed by AWS CodeBuild.
Constructors
-
EnvironmentPlatform({List<
EnvironmentLanguage> ? languages, PlatformType? platform}) -
EnvironmentPlatform.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
languages
→ List<
EnvironmentLanguage> ? -
The list of programming languages that are available for the specified
platform.
final
- platform → PlatformType?
-
The platform's name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited