Contents constructor

const Contents(
  1. List<Content> values
)

Creates contents from a list of content items.

Implementation

const Contents(this.values);