DiffChangeDelete constructor

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

Creates this known tagged-union variant.

Implementation

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