DraftModel constructor

DraftModel({
  1. String? content,
  2. String? ext,
})

Implementation

DraftModel({
  this.content,
  this.ext,
});