reservations property

  1. @JsonValue('fullness')
int get reservations
inherited

The number of students that have already reserved this slot.

Implementation

@JsonValue('fullness')
int get reservations => throw _privateConstructorUsedError;