QuoteExtraction constructor
const
QuoteExtraction({})
Implementation
const QuoteExtraction({
required this.withDoubleQuotes,
required this.fullyUnquoted,
required this.unquotedKeepQuoteChars,
});
const QuoteExtraction({
required this.withDoubleQuotes,
required this.fullyUnquoted,
required this.unquotedKeepQuoteChars,
});