taxRate property

ColumnOrderings<double> get taxRate

Implementation

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