DiffLine constructor

const DiffLine(
  1. DiffLineType type,
  2. String content
)

Implementation

const DiffLine(this.type, this.content);