items property
The content of the document. This is the actual content of the document. The content is typically displayed in the document's body.
Implementation
@JsonKey(fromJson: itemsList)
final List<ContentItem>? items;
The content of the document. This is the actual content of the document. The content is typically displayed in the document's body.
@JsonKey(fromJson: itemsList)
final List<ContentItem>? items;