static Basic fromJSON(Map<String, dynamic> data) { return Basic( username: (data["username"] as String), password: (data["password"] as String) ); }