Todo constructor

Todo({
  1. String? content,
  2. String? fileName,
  3. String? line,
})

Implementation

Todo({this.content, this.fileName, this.line});