Map<String, dynamic> toJson() => { "list": List<NapSleepInfo>.from(list!.map((x) => x)), "timeType": timeType, };