Map<String, dynamic> toJson() => { "tempTimeType": tempTimeType, "startTime": startTime, "tempList": List<dynamic>.from(tempList!.map((x) => x)), };