Metadata class
Metadata contains the tags of the entry. It's usually in the items and the includes asset returned from the delivery API in the ContentfulDeliveryDataModel It's also used in the Entry to store the tags of the entry.
- Annotations
-
- @freezed
Constructors
- Metadata({List? tags})
-
Metadata contains the tags of the entry.
It's usually in the items and the includes asset returned from the delivery API in the ContentfulDeliveryDataModel
It's also used in the Entry to store the tags of the entry.
constfactory
-
Metadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited