Column names in order.
Cached on first access to avoid repeated allocations in hot paths.
late final List<String> columnNames = List.unmodifiable(columns.map((c) => c.name));