LoginPreferenceSetting.fromJson(Map<String, dynamic> json) { smsOtp = json['smsOtp']; emailOtp = json['emailOtp']; country = json['country']; }