mappings property

  1. @JsonKey(name: 'filters')
List<CourseToSlot> get mappings
inherited

The course mappings of this slot.

Implementation

@JsonKey(name: 'filters')
List<CourseToSlot> get mappings => throw _privateConstructorUsedError;