toDate property

ColumnOrderings<DateTime> get toDate

Implementation

ColumnOrderings<DateTime> get toDate => $composableBuilder(
  column: $table.toDate,
  builder: (column) => ColumnOrderings(column),
);