submissionCalendar property

  1. @JsonKey(fromJson: _SubmissionCalendarEntryConverter.fromJson, toJson: _SubmissionCalendarEntryConverter.toJson)
List<SubmissionCalendarEntry> get submissionCalendar
inherited

Implementation

@JsonKey(
    fromJson: _SubmissionCalendarEntryConverter.fromJson,
    toJson: _SubmissionCalendarEntryConverter.toJson)
List<SubmissionCalendarEntry> get submissionCalendar =>
    throw _privateConstructorUsedError;