List<WebLogin> webLoginFromJson(String str) => List<WebLogin>.from(json.decode(str).map((x) => WebLogin.fromJson(x)));