fields property

TFields get fields

Typed SQL columns for callbacks, not a row and not a string lookup.

Generated queries return OrdersFields so where((o) => o.status.eq(…)) infers o and eq's operand. A Map<String, Column> would throw away the type that makes total.contains a compile error.

Implementation

TFields get fields;