showIntroduction property
latefinal
Implementation
@override
late final GeneratedColumn<bool> showIntroduction = GeneratedColumn<bool>(
'show_introduction', aliasedName, true,
type: DriftSqlType.bool,
requiredDuringInsert: false,
defaultConstraints: GeneratedColumn.constraintIsAlways(
'CHECK ("show_introduction" IN (0, 1))'));