Writer constructor

Writer(
  1. String value, {
  2. Function? callback,
})

Implementation

Writer(this.value, {this.callback});