Collection constructor

Collection({
  1. String? title,
  2. String? titleId,
  3. List<Content>? content,
})

Implementation

Collection({this.title, this.titleId, this.content});