copyWith method

DiffEntityTypeReplace copyWith({
  1. String? oldText,
})

Implementation

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