DiffChangeModify constructor
DiffChangeModify(
- DiffPathChange value, {
- DiffFileType? fileType,
- MediaType? mimeType,
- AcpJsonObject? meta,
Creates this known tagged-union variant.
Implementation
DiffChangeModify(this.value, {this.fileType, this.mimeType, this.meta});