workWithUsTabEnabled property
Implementation
GeneratedColumn<bool> get workWithUsTabEnabled => $composableBuilder(
column: $table.workWithUsTabEnabled,
builder: (column) => column,
);
GeneratedColumn<bool> get workWithUsTabEnabled => $composableBuilder(
column: $table.workWithUsTabEnabled,
builder: (column) => column,
);