quote property

String? quote
getter/setter pair

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;