ReplacePatternsSettings constructor
const
ReplacePatternsSettings({})
Implementation
const ReplacePatternsSettings({
this.opening = '<<<',
this.closing = '>>>',
this.separator = '.',
this.delimiter = '||',
this.caseSensitive = true,
this.callback,
});