fixed timer issue

This commit is contained in:
2023-11-27 14:57:25 +05:30
parent 13e07b007a
commit 44cb728fab
10 changed files with 38 additions and 30 deletions

View File

@ -61,7 +61,7 @@ class Destination {
bool checkin = json['checkedin'] == 0 ? false : true;
bool forcedCheckin = json['forced_checkin'] == 0 ? false : true;
print("-----tags model----- ${json}");
//print("-----tags model----- ${json}");
return Destination(
name: json['name'],