factory Application.fromJson(Map<String, dynamic> json) => Application( id: json["id"], token: json["token"], name: json["name"], );