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