students property

List<Student>? students
getter/setter pair

Students who match the list request.

Implementation

core.List<Student>? students;