factory Endpoint.fromJson(Map<String, dynamic> json) { return Endpoint( url: json['url'] as String?, ); }