Draft constructor

Draft({
  1. String? id,
  2. Message? message,
})

Implementation

Draft({
  this.id,
  this.message,
});