Body constructor

Body({
  1. Content? html,
  2. Content? text,
})

Implementation

Body({
  this.html,
  this.text,
});