Replacement constructor
Initialize a newly created Replacement with the given comment
and replacement
.
Implementation
const Replacement({
required this.comment,
required this.replacement,
});
Initialize a newly created Replacement with the given comment
and replacement
.
const Replacement({
required this.comment,
required this.replacement,
});