grandTotalGpa property
latefinal
Historical cumulative GPA (歷年 GPA) for the semester snapshot.
Implementation
@override
late final GeneratedColumn<double> grandTotalGpa = GeneratedColumn<double>(
'grand_total_gpa',
aliasedName,
true,
type: DriftSqlType.double,
requiredDuringInsert: false,
);