factory Edge.fromJson(Map<String, dynamic> json) { return Edge( destinationId: json['DestinationId'] as String?, sourceId: json['SourceId'] as String?, ); }