ItemStructuredData class
Available structured data fields for the item.
Constructors
- ItemStructuredData({String? hash, StructuredDataObject? object})
- ItemStructuredData.fromJson(Map json_)
Properties
- hash ↔ String?
-
Hashing value provided by the API caller.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- object ↔ StructuredDataObject?
-
The structured data object that should conform to a registered object
definition in the schema for the data source.
getter/setter pair
- 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