|
|
|
|
@ -24,12 +24,12 @@ class WidgetsConfigModel {
|
|
|
|
|
WidgetsConfigModel.fromJson(Map<String, dynamic> json) {
|
|
|
|
|
waitingAreaID = json['waitingAreaID'];
|
|
|
|
|
waitingAreaName = json['waitingAreaName'];
|
|
|
|
|
isWeatherReq = true;
|
|
|
|
|
isPrayerTimeReq = true;
|
|
|
|
|
isRssFeedReq = true;
|
|
|
|
|
// isRssFeedReq = json['isRssFeedReq'];
|
|
|
|
|
// isWeatherReq = json['isWeatherReq'];
|
|
|
|
|
// isPrayerTimeReq = json['isPrayerTimeReq'];
|
|
|
|
|
// isWeatherReq = true;
|
|
|
|
|
// isPrayerTimeReq = true;
|
|
|
|
|
// isRssFeedReq = true;
|
|
|
|
|
isRssFeedReq = json['isRssFeedReq'];
|
|
|
|
|
isWeatherReq = json['isWeatherReq'];
|
|
|
|
|
isPrayerTimeReq = json['isPrayerTimeReq'];
|
|
|
|
|
projectID = json['projectID'];
|
|
|
|
|
projectLatitude = json['projectLatitude'];
|
|
|
|
|
projectLongitude = json['projectLongitude'];
|
|
|
|
|
|