isValidTimetableMonth property
bool
get
isValidTimetableMonth
Implementation
bool get isValidTimetableMonth => this == null || (1 <= this! && this! <= DateTime.monthsPerYear);
bool get isValidTimetableMonth => this == null || (1 <= this! && this! <= DateTime.monthsPerYear);