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.
const
factory
Metadata.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $MetadataCopyWith<Metadata>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List?
no setterinherited

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