items property

  1. @JsonKey.new(fromJson: itemsList)
List<ContentItem>? items
final

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;