Draft constructor

const Draft({
  1. String? constructor,
})

Implementation

const Draft({
  this.constructor,
});