Content<T> constructor
Content<T> (
- T? content,
- ContentId? contentId
Implementation
Content(this.content, this.contentId);
Content(this.content, this.contentId);