dateOfBirth property
latefinal
Student's date of birth.
Implementation
@override
late final GeneratedColumn<DateTime> dateOfBirth = GeneratedColumn<DateTime>(
'date_of_birth',
aliasedName,
true,
type: DriftSqlType.dateTime,
requiredDuringInsert: false,
);