Settings.fromJson constructor
Implementation
Settings.fromJson(Map<String, dynamic> json) {
showRegisterOption = json['show_register_option'];
showForgotPassword = json['show_forgot_password'];
showPasswordLessLogin = json['show_password_less_login'];
showRememberMe = json['show_remember_me'];
showFederationLogin = json['show_federation_login'];
}