QuoteExtraction constructor

const QuoteExtraction({
  1. required String withDoubleQuotes,
  2. required String fullyUnquoted,
  3. required String unquotedKeepQuoteChars,
})

Implementation

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