factory RouteBackendTarget.fromJson(Map<String, dynamic> json) => RouteBackendTarget(name: json['name'] as String);