jsonDocument constant
JSON documents wrapped in SqlJson to preserve JSON null.
SQL NULL is rejected; use .nullable() when the column is nullable.
Implementation
static const jsonDocument = Codec<SqlJson>(
'json',
_jsonDocument,
_encodeDocument,
);