collations property

List<String?> collations
final

Each key column's collation, in columns order; null for non-text.

Recorded so a diagnostic can say equality is CI_AS, not so Dart can lowercase keys itself.

Implementation

final List<String?> collations;