grandTotalTotal property
latefinal
Total students in the comparison group for cumulative ranking.
Implementation
@override
late final GeneratedColumn<int> grandTotalTotal = GeneratedColumn<int>(
'grand_total_total',
aliasedName,
false,
type: DriftSqlType.int,
requiredDuringInsert: true,
);