AttributeKey class

A unique identifier for an attribute.

Constructors

AttributeKey({required String facetName, required String name, required String schemaArn})
AttributeKey.fromJson(Map<String, dynamic> json)
factory

Properties

facetName String
The name of the facet that the attribute exists within.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the attribute.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
final

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