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