InstalledComponent class
Contains information about a component on a AWS IoT Greengrass core device.
Constructors
- InstalledComponent({String? componentName, String? componentVersion, bool? isRoot, InstalledComponentLifecycleState? lifecycleState, String? lifecycleStateDetails})
-
InstalledComponent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- componentName → String?
-
The name of the component.
final
- componentVersion → String?
-
The version of the component.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRoot → bool?
-
Whether or not the component is a root component.
final
- lifecycleState → InstalledComponentLifecycleState?
-
The lifecycle state of the component.
final
- lifecycleStateDetails → String?
-
The details about the lifecycle state of the component.
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