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