ContentViewItem constructor

ContentViewItem({
  1. String? title,
  2. String? body,
})

Implementation

ContentViewItem({
  this.title,
  this.body,
});