ItemBody constructor

ItemBody({
  1. String? contentType,
  2. String? content,
})

Implementation

ItemBody({
  this.contentType,
  this.content,
});