quote property
The character used to quote column values.
Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.
Optional.
Implementation
core.String? quote;
The character used to quote column values.
Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.
Optional.
core.String? quote;