name property

Column<String> name
latefinal

Student's name.

Nullable because some students in I-School Plus rosters have no name recorded (e.g., student 110440001 in course 292704).

Implementation

late final name = text().nullable()();