text property

Codec<String> text
final

SQL text without implicit string conversion.

Implementation

static final text = Codec<String>('text', (v) => v as String, (v) => v);