factory Sfdc.fromJson(Map<String, dynamic> json) => Sfdc( accountId: json["accountId"], accountName: json["accountName"], oppId: json["oppId"], );