CheckedAllowedCountryModel.fromJson(Map<String, dynamic> json) { isAllowed = json['isAllowed']; isDebitCard = json['isDebitCard']; }