SubstituteCommand constructor
const
SubstituteCommand({})
Implementation
const SubstituteCommand({
required this.pattern,
required this.replacement,
this.global = false,
this.confirmEach = false,
});
const SubstituteCommand({
required this.pattern,
required this.replacement,
this.global = false,
this.confirmEach = false,
});