factory AhaiSettingsModel.fromMap(Map<String, dynamic> json) => AhaiSettingsModel( value: json["value"] ?? "", type: json["type"] ?? "", );