ComponentPlatform class

Contains information about a platform that a component supports.

Constructors

ComponentPlatform({Map<String, String>? attributes, String? name})
ComponentPlatform.fromJson(Map<String, dynamic> json)
factory

Properties

attributes Map<String, String>?
A dictionary of attributes for the platform. The AWS IoT Greengrass Core software defines the os and platform by default. You can specify additional platform attributes for a core device when you deploy the AWS IoT Greengrass nucleus component. For more information, see the AWS IoT Greengrass nucleus component in the AWS IoT Greengrass V2 Developer Guide.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The friendly name of the platform. This name helps you identify the platform.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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