fixed timer issue
This commit is contained in:
@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user