copyWith method
Implementation
DiffEntityTypeReplace copyWith({String? oldText}) =>
DiffEntityTypeReplace(oldText: oldText ?? this.oldText);
DiffEntityTypeReplace copyWith({String? oldText}) =>
DiffEntityTypeReplace(oldText: oldText ?? this.oldText);