showIntroduction property

GeneratedColumn<bool> get showIntroduction

Implementation

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