factory BeneficiaryRoute.fromJson(Map<String, dynamic> json) => BeneficiaryRoute(account: json["account"], weight: json["weight"]);