reservations property

  1. @JsonKey(name: 'fullness')
int get reservations
inherited

The number of students that have already reserved this slot.

Implementation

@JsonKey(name: 'fullness')
int get reservations => throw _privateConstructorUsedError;