Item class

Represents item metadata added to an Items dataset using the PutItems API.

Constructors

Item({required String itemId, Object? properties})

Properties

hashCode int
The hash code for this object.
no setterinherited
itemId String
The ID associated with the item.
final
properties Object?
A string map of item-specific metadata. Each element in the map consists of a key-value pair. For example,
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