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