Content<T> constructor

Content<T>(
  1. T? content,
  2. ContentId? contentId
)

Implementation

Content(this.content, this.contentId);