DiffChangeAdd constructor

DiffChangeAdd(
  1. DiffPathChange value, {
  2. DiffFileType? fileType,
  3. MediaType? mimeType,
  4. AcpJsonObject? meta,
})

Creates this known tagged-union variant.

Implementation

DiffChangeAdd(this.value, {this.fileType, this.mimeType, this.meta});