added connected double lessons with own setting
This commit is contained in:
@ -4,7 +4,9 @@ part 'timetableSettings.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class TimetableSettings {
|
||||
TimetableSettings();
|
||||
bool connectDoubleLessons;
|
||||
|
||||
TimetableSettings({required this.connectDoubleLessons});
|
||||
|
||||
factory TimetableSettings.fromJson(Map<String, dynamic> json) => _$TimetableSettingsFromJson(json);
|
||||
Map<String, dynamic> toJson() => _$TimetableSettingsToJson(this);
|
||||
|
Reference in New Issue
Block a user