factory AppSettings.fromJson(Map<String, dynamic> json) => AppSettings( name: json["name"], type: json["type"], value: json["value"], );